Alternative database installer.
This commit is contained in:
4
trunk/dist/tools/sql/server/clanhall_siege_attackers.sql
vendored
Normal file
4
trunk/dist/tools/sql/server/clanhall_siege_attackers.sql
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS `clanhall_siege_attackers` (
|
||||
`clanhall_id` int(3) NOT NULL DEFAULT '0',
|
||||
`attacker_id` int(10) NOT NULL DEFAULT '0'
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user