mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
add migrations support for mysql log store. This should complete
all the mysql bits for migration.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user