feat: prepare ARR for controlled public deployment
This commit is contained in:
10
database/001_booking_finance_mvp_schema.down.sql
Normal file
10
database/001_booking_finance_mvp_schema.down.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DESTRUCTIVE ROLLBACK DRAFT ONLY.
|
||||
-- Run only after confirming that the booking and finance schemas contain no data that must be kept.
|
||||
-- This file has not been executed.
|
||||
|
||||
BEGIN;
|
||||
|
||||
DROP SCHEMA finance CASCADE;
|
||||
DROP SCHEMA booking CASCADE;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user