3 lines
104 B
SQL
3 lines
104 B
SQL
ALTER TABLE settings
|
|
ADD COLUMN bypass_curseforge_download_restrictions INTEGER NOT NULL DEFAULT TRUE;
|