turash/bugulma/backend/migrations/postgres/012_create_proposals_table.down.sql

3 lines
76 B
SQL
Executable File

-- Drop proposals table and related indexes
DROP TABLE IF EXISTS proposals;