File tree 3 files changed +13
-13
lines changed
microsetta_private_api/db/patches
3 files changed +13
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 ;
5
5
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 number Diff line number Diff line change
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.' ;
You can’t perform that action at this time.
0 commit comments