mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE `player_titlesets` (
|
||||
`id` int(11) unsigned NOT NULL auto_increment,
|
||||
`char_id` int(11) unsigned NOT NULL,
|
||||
`title_set` int(11) unsigned NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `id` (`id`)
|
||||
);
|
||||
|
||||
alter table titles add column `title_set` int(11) NOT NULL default '0';
|
||||
Reference in New Issue
Block a user