Files
sm-plugins/lp/sql/lp_update_v1_0-v1_1.sql
Giovanni Harting 45b2c6cfff inital commit
2015-05-02 23:52:19 +02:00

2 lines
128 B
SQL

ALTER TABLE `lp` ADD `ingame` BOOL NOT NULL DEFAULT '0' AFTER `rsmin` ,
ADD `ingameid` INT NOT NULL DEFAULT '0' AFTER `ingame` ;