mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
7 lines
222 B
SQL
Executable File
7 lines
222 B
SQL
Executable File
-- +migrate Down
|
|
-- Rollback migration for site footprint geometry
|
|
|
|
-- Drop the footprint geometry column and its index
|
|
DROP INDEX IF EXISTS idx_sites_footprint;
|
|
ALTER TABLE sites DROP COLUMN IF EXISTS footprint_geometry;
|