Alternative database installer.
This commit is contained in:
4
trunk/dist/tools/sql/server/character_mentees.sql
vendored
Normal file
4
trunk/dist/tools/sql/server/character_mentees.sql
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS `character_mentees` (
|
||||
`charId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`mentorId` int(10) unsigned NOT NULL DEFAULT '0'
|
||||
);
|
Reference in New Issue
Block a user