turash/bugulma/backend/migrations/postgres/013_create_geographical_features_table.down.sql

6 lines
184 B
SQL
Executable File

-- +migrate Down
-- Rollback migration for geographical_features table
-- Drop the geographical_features table and all its indexes
DROP TABLE IF EXISTS geographical_features CASCADE;