mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
8 lines
122 B
PL/PgSQL
8 lines
122 B
PL/PgSQL
BEGIN;
|
|
|
|
-- Migration: revert documents.path length
|
|
ALTER TABLE documents
|
|
ALTER COLUMN path TYPE VARCHAR(50);
|
|
|
|
COMMIT;
|