mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 17:34:03 +00:00
feat(member): add household lifecycle states
This commit is contained in:
1
packages/db/drizzle/0014_empty_risque.sql
Normal file
1
packages/db/drizzle/0014_empty_risque.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "members" ADD COLUMN "lifecycle_status" text DEFAULT 'active' NOT NULL;
|
||||
Reference in New Issue
Block a user