From 1f1bbb0036e09d1c5deee3e14d646016b225bae1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 3 Jan 2018 15:05:37 -0500 Subject: [PATCH] adding email notofication column to the notification table updating the update script to have a notification column for messages --- setup/databaseScripts/update_database_V0.0.3.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/databaseScripts/update_database_V0.0.3.sql b/setup/databaseScripts/update_database_V0.0.3.sql index 9736472..55202f7 100644 --- a/setup/databaseScripts/update_database_V0.0.3.sql +++ b/setup/databaseScripts/update_database_V0.0.3.sql @@ -14,6 +14,7 @@ CREATE TABLE {prefix}email_notifications ( forSale_approved_message TEXT NULL, -- For Sale approved message forSale_to_email TINYTEXT NULL, -- To Email Address forSale_from_email TINYTEXT NULL, -- From Email Address + forSale_email_notification TEXT NULL, -- Email notification message PRIMARY KEY (id) ); -- 2.17.1