monorepo/cloud/maplepress-backend/migrations/001_create_cache.down.cql

2 lines
93 B
SQL

DROP INDEX IF EXISTS maplepress.cache_expires_at_idx;
DROP TABLE IF EXISTS maplepress.cache;