mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
8 lines
170 B
PL/PgSQL
8 lines
170 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE IF EXISTS public.guild_hunts DROP COLUMN IF EXISTS hunters;
|
|
|
|
ALTER TABLE IF EXISTS public.guild_characters
|
|
ADD COLUMN treasure_hunt integer;
|
|
|
|
END; |