mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
4 lines
131 B
SQL
4 lines
131 B
SQL
DROP INDEX IF EXISTS idx_project_flock_kandangs_closed_at;
|
|
ALTER TABLE project_flock_kandangs
|
|
DROP COLUMN IF EXISTS closed_at;
|