mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
6 lines
101 B
PL/PgSQL
6 lines
101 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE characters
|
|
ADD COLUMN restrict_guild_scout bool NOT NULL DEFAULT false;
|
|
|
|
END; |