From c7296ac718c9ec62686493441446a6b467bfe541 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 16 Jul 2018 13:49:01 -0400 Subject: [PATCH] Correction of prefix spelling For the create file --- setup/databaseScripts/create_database_V1.1.37.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/databaseScripts/create_database_V1.1.37.sql b/setup/databaseScripts/create_database_V1.1.37.sql index e54ebbe0..9c248db0 100644 --- a/setup/databaseScripts/create_database_V1.1.37.sql +++ b/setup/databaseScripts/create_database_V1.1.37.sql @@ -667,7 +667,7 @@ INSERT INTO {prefix}settings_theme ---- -- Member Email Notifications -CREATE TABLE {perfix}email_notifications ( +CREATE TABLE {prefix}email_notifications ( id INT NOT NULL AUTO_INCREMENT, notification_message TEXT NULL, declined_message TEXT NULL, -- 2.17.1