adding email notofication column to the notification table
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Jan 2018 20:05:37 +0000 (15:05 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Jan 2018 20:05:37 +0000 (15:05 -0500)
updating the update script to have a notification column for messages

setup/databaseScripts/update_database_V0.0.3.sql

index 9736472..55202f7 100644 (file)
@@ -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)
 );