Updated default OSS index name to be Index_2.
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 22 Jul 2016 13:28:43 +0000 (09:28 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 22 Jul 2016 13:28:43 +0000 (09:28 -0400)
setup/databaseScripts/create_database_V0.0.3.sql

index f1063cd..9cef0f0 100644 (file)
@@ -24,6 +24,5 @@ CREATE TABLE {prefix}management (
 INSERT INTO {prefix}management
     ( id, search_index, website, exclude_home_page, numb_rows, login, login_key )
    VALUES
-    ( 1, 'Index_1', 'www.gaslightmedia.com', true, 20, 'WebsiteServices', '829800701e8440b67a78e3afbefa1049' )
+    ( 1, 'Index_2', 'www.gaslightmedia.com', true, 20, 'WebsiteServices', '829800701e8440b67a78e3afbefa1049' )
 ;
-