From c8cb00e57e9edcf9c773a89a8b40a96f3d8db719 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 16 Oct 2017 08:30:28 -0700 Subject: [PATCH] fix typo --- db/zm_update-1.31.9.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/zm_update-1.31.9.sql b/db/zm_update-1.31.9.sql index 0cbcc8a17..2b937a3c7 100644 --- a/db/zm_update-1.31.9.sql +++ b/db/zm_update-1.31.9.sql @@ -9,7 +9,7 @@ SET @s = (SELECT IF( AND table_schema = DATABASE() AND column_name = 'Type' ) > 0, -"SELECT 'Column Type already exists in Storages'", +"SELECT 'Column Type already exists in Storage'", "ALTER TABLE Storage ADD `Type` enum('local','s3fs') NOT NULL default 'local' AFTER `Name`" ));