chore(db): add deleted_at to profiles and organizations
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6c74bb8bcf
commit
42d5161ab6
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE profiles ADD COLUMN IF NOT EXISTS deleted_at timestamptz DEFAULT NULL;
|
||||
ALTER TABLE organizations ADD COLUMN IF NOT EXISTS deleted_at timestamptz DEFAULT NULL;
|
||||
Loading…
Reference in a new issue