1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-16 15:01:08 +03:00

Update views/minion/task/migrations/schema.php

Removed short tags so code will not fail if short tags are disabled
This commit is contained in:
pusherman 2012-11-02 13:20:31 -03:00
parent 79614748ef
commit f4db9da95e

View file

@ -1,4 +1,4 @@
CREATE TABLE `<? echo $table_name; ?>` (
CREATE TABLE `<?php echo $table_name; ?>` (
`timestamp` varchar(14) NOT NULL,
`description` varchar(100) NOT NULL,
`group` varchar(100) NOT NULL,