Added sql files, no longer need to get them from Trinity Core.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DROP TABLE IF EXISTS `logs`;
|
||||
-- create logs table
|
||||
CREATE TABLE `logs` (
|
||||
`time` int(14) NOT NULL,
|
||||
`realm` int(4) NOT NULL,
|
||||
`type` int(4) NOT NULL,
|
||||
`string` text
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
Reference in New Issue
Block a user