007_clickhouse.down.sql 284 B

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