From adf6637afd6b5f533b597d5e0f2a690086ffa241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cam=20Sau=CC=88l?= <cammsaul@gmail.com> Date: Tue, 3 Nov 2015 09:48:35 -0800 Subject: [PATCH] Add length limit to schema column in new migration :yum: --- resources/migrations/019_add_schema_column_to_table.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/migrations/019_add_schema_column_to_table.yaml b/resources/migrations/019_add_schema_column_to_table.yaml index 290b5db131b..f8324856dee 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) -- GitLab