feat: manage owner usage history records
This commit is contained in:
2
backend/migrations/003_delete_usage_record.down.sql
Normal file
2
backend/migrations/003_delete_usage_record.down.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
REVOKE ALL ON FUNCTION condon.delete_usage_record(uuid) FROM PUBLIC;
|
||||
DROP FUNCTION condon.delete_usage_record(uuid);
|
||||
Reference in New Issue
Block a user