mirror of
https://github.com/djhackersdev/minime.git
synced 2026-04-24 23:47:21 -05:00
5 lines
286 B
SQL
5 lines
286 B
SQL
-- This adds the required columns to save player aura settings and unlocks
|
|
-- Default values are set according to what the game expects
|
|
|
|
alter table "idz_settings" add column "aura" integer NOT NULL DEFAULT '0';
|
|
alter table "idz_unlocks" add column "auras" integer NOT NULL DEFAULT '1'; |