ddl-scripts/drop_tables_postgres.sql (7 lines of code) (raw):

DROP INDEX event_journal_slice_idx; DROP TABLE IF EXISTS event_journal; DROP TABLE IF EXISTS snapshot; DROP TABLE IF EXISTS durable_state; DROP TABLE IF EXISTS projection_offset_store; DROP TABLE IF EXISTS projection_timestamp_offset_store; DROP TABLE IF EXISTS projection_management;