Removec extra paren in database update scrpit for create index.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 18 Dec 2017 21:36:29 +0000 (16:36 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 18 Dec 2017 21:36:29 +0000 (16:36 -0500)
setup/databaseScripts/update_database_V1.0.3.sql

index 191576a..1438a4f 100644 (file)
@@ -10,4 +10,4 @@ ALTER TABLE {prefix}custom_field_data ADD COLUMN fid TINYTEXT;
 
 ----
 
-CREATE INDEX fid ON {prefix}custom_field_data (record_id(30)));
\ No newline at end of file
+CREATE INDEX fid ON {prefix}custom_field_data (record_id(30));
\ No newline at end of file