guild recruitment closing

This commit is contained in:
wish
2022-08-04 07:31:28 +10:00
parent 260d8d0dd8
commit 38747d389c
2 changed files with 21 additions and 37 deletions

View File

@@ -0,0 +1,6 @@
BEGIN;
ALTER TABLE IF EXISTS public.guilds
ADD COLUMN IF NOT EXISTS recruiting bool NOT NULL DEFAULT true;
END;