Skip to content

Commit 2117337

Browse files
committed
update patches
1 parent 40ce749 commit 2117337

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

microsetta_private_api/db/patches/0136.sql

-7
This file was deleted.
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
-- Feb 12, 2024
2-
-- Add user_delete_reason to ag.delete_account_queue
3-
ALTER TABLE ag.delete_account_queue
4-
ADD COLUMN user_delete_reason VARCHAR;
1+
-- Feb 5, 2024
2+
-- Add delete_reason to ag.account_removal_log
3+
ALTER TABLE ag.account_removal_log
4+
ADD COLUMN delete_reason VARCHAR;
55

6-
COMMENT ON COLUMN ag.delete_account_queue.user_delete_reason
7-
IS 'Reason the user gave for deleting the account.';
6+
COMMENT ON COLUMN ag.account_removal_log.delete_reason
7+
IS 'Reason the admin gave for deleting the account.';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-- Feb 12, 2024
2+
-- Add user_delete_reason to ag.delete_account_queue
3+
ALTER TABLE ag.delete_account_queue
4+
ADD COLUMN user_delete_reason VARCHAR;
5+
6+
COMMENT ON COLUMN ag.delete_account_queue.user_delete_reason
7+
IS 'Reason the user gave for deleting the account.';

0 commit comments

Comments
 (0)