- -- 007_clickhouse.down.sql
- -- Reverse M7. Drops the archive database and everything in it.
- -- This is destructive — archive rows are lost. The M7
- -- archiver's next run will recreate the schema (it has
- -- CREATE IF NOT EXISTS in its init path).
- DROP DATABASE IF EXISTS ba_archive;
|