add migrations support for mysql log store. This should complete

all the mysql bits for migration.
This commit is contained in:
Sean Dague
2008-06-19 15:42:57 +00:00
parent fcd7cf5e4a
commit d28a5a4de7
3 changed files with 41 additions and 1 deletions

View File

@@ -7,4 +7,4 @@ CREATE TABLE `logs` (
`priority` int(11) default NULL,
`message` text,
PRIMARY KEY (`logID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Rev. 1';
) ENGINE=InnoDB DEFAULT CHARSET=utf8