mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
6 lines
79 B
PL/PgSQL
6 lines
79 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE public.users ADD COLUMN IF NOT EXISTS wiiu_key TEXT;
|
|
|
|
END;
|