mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
4 lines
236 B
SQL
4 lines
236 B
SQL
-- Delete document columns from expenses table since we now use Document service with polymorphic relations
|
|
ALTER TABLE expenses DROP COLUMN IF EXISTS document_path;
|
|
ALTER TABLE expenses DROP COLUMN IF EXISTS realization_document_path;
|