From: Anthony Talarico Date: Wed, 3 Jan 2018 20:05:37 +0000 (-0500) Subject: adding email notofication column to the notification table X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1f1bbb0036e09d1c5deee3e14d646016b225bae1;p=WP-Plugins%2Fglm-member-db-for-sale.git adding email notofication column to the notification table updating the update script to have a notification column for messages --- 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) );