Skip to content

Commit 1344cbe

Browse files
committed
feat: orgs soft delete
1 parent 3590102 commit 1344cbe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE organizations DROP COLUMN deleted;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE organizations ADD COLUMN deleted boolean DEFAULT FALSE NOT NULL;

0 commit comments

Comments
 (0)