inital commit

This commit is contained in:
Giovanni Harting
2015-05-02 23:52:19 +02:00
parent 1a038457d4
commit 45b2c6cfff
49 changed files with 14069 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `lp` ADD `ingame` BOOL NOT NULL DEFAULT '0' AFTER `rsmin` ,
ADD `ingameid` INT NOT NULL DEFAULT '0' AFTER `ingame` ;