🆙 Added SQL and Compiled version
This commit is contained in:
parent
450cddfbf1
commit
55d0c15e57
4
Database Updates/UpdateDatabase_Banners.sql
Normal file
4
Database Updates/UpdateDatabase_Banners.sql
Normal file
@ -0,0 +1,4 @@
|
||||
ALTER TABLE `users`
|
||||
ADD COLUMN `background_id` INT(11) NOT NULL DEFAULT 0 AFTER `machine_id`,
|
||||
ADD COLUMN `background_stand_id` INT(11) NOT NULL DEFAULT 0 AFTER `background_id`,
|
||||
ADD COLUMN `background_overlay_id` INT(11) NOT NULL DEFAULT 0 AFTER `background_stand_id`;
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user