almost finish status support everywhere else, group setting start impl
This commit is contained in:
parent
6b47888514
commit
92a95cb365
14 changed files with 770 additions and 116 deletions
3
drizzle/0001_tiresome_stature.sql
Normal file
3
drizzle/0001_tiresome_stature.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE `group` ADD `change_title` integer DEFAULT 1 NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE `group` ADD `add_members` integer DEFAULT 1 NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE `group` ADD `remove_members` integer DEFAULT 0 NOT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue