1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-05 02:28:16 +03:00

Merge pull request #39 from pusherman/patch-1

Update views/minion/task/migrations/schema.php
This commit is contained in:
Bob Eagan 2012-11-02 10:16:58 -07:00
commit c1d64eee11

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,