order 9.3 Patch Schema files

This commit is contained in:
wish
2023-07-30 19:05:51 +10:00
parent d0db775c11
commit 00a06fab17
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE public.users ADD COLUMN IF NOT EXISTS wiiu_key TEXT;
END;