BEGIN; -- Migration: extend documents.path length for environment prefixes ALTER TABLE documents ALTER COLUMN path TYPE VARCHAR(255); COMMIT;