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

Merge branch '3.1/develop' into 3.2/develop

This commit is contained in:
Lorenzo Pisani 2011-09-12 14:26:19 -07:00
commit 916268f2cb

View file

@ -5,4 +5,4 @@ CREATE TABLE `minion_migrations` (
`applied` tinyint(1) DEFAULT '0',
PRIMARY KEY (`timestamp`,`group`),
UNIQUE KEY `MIGRATION_ID` (`timestamp`,`description`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
) ENGINE=MyISAM DEFAULT CHARSET=utf8;