Fixed minor SQL error for updating terms with default Webcam text
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 20 Sep 2016 20:46:06 +0000 (16:46 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 20 Sep 2016 20:46:06 +0000 (16:46 -0400)
setup/databaseScripts/update_database_V1.1.19.sql

index 4cda599..1f48bb5 100644 (file)
@@ -11,4 +11,4 @@ ALTER TABLE {prefix}settings_terms ADD COLUMN term_webcam_cap TINYTEXT NULL;
 
 ----
 
-UPDATE TABLE {prefix}settings_terms SET term_webcam_cap = 'Webcam';
\ No newline at end of file
+UPDATE {prefix}settings_terms SET term_webcam_cap = 'Webcam';
\ No newline at end of file