mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
fix(BE): bug path s3
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
BEGIN;
|
||||
|
||||
-- Migration: extend documents.path length for environment prefixes
|
||||
ALTER TABLE documents
|
||||
ALTER COLUMN path TYPE VARCHAR(255);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user