mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
6 lines
184 B
SQL
Executable File
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;
|