You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
🆙 Added SQL and Compiled version
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user