Fixed error in create database file
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 23 Aug 2016 18:12:57 +0000 (14:12 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 23 Aug 2016 18:12:57 +0000 (14:12 -0400)
setup/databaseScripts/create_database_V1.0.0.sql

index ad11d0d..6bbc687 100644 (file)
@@ -23,7 +23,7 @@ CREATE TABLE {prefix}management (
 
 -- Set default Server Stats entry
 INSERT INTO {prefix}management
-    ( id, enabled, db_name, db_host, db_user, db_pass, website )
+    ( id, enabled, db_name, db_host, db_user, db_pass, website, target )
    VALUES
     ( 1, true, 'bandwidth', 'angelia.gaslightmedia.com', 'bandwidthRO', ',Wv4W*~^bL_vF3F4PbGsS', '', '500' )
 ;