diff --git a/resources/migrations/019_add_schema_column_to_table.yaml b/resources/migrations/019_add_schema_column_to_table.yaml index 290b5db131b95f3797c01b4a7334ddd8e24c9eae..f8324856dee356f2c72e1aac4d30987793d0e465 100644 --- a/resources/migrations/019_add_schema_column_to_table.yaml +++ b/resources/migrations/019_add_schema_column_to_table.yaml @@ -8,4 +8,4 @@ databaseChangeLog: columns: - column: name: schema - type: VARCHAR + type: VARCHAR(256)