aboutsummaryrefslogtreecommitdiff
path: root/engine/schema/mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'engine/schema/mysql.sql')
-rw-r--r--engine/schema/mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql
index 787a44e15..062541e63 100644
--- a/engine/schema/mysql.sql
+++ b/engine/schema/mysql.sql
@@ -194,5 +194,5 @@ CREATE TABLE `prefix_sites` (
PRIMARY KEY (`id`)
) ENGINE=MyISAM ;
-INSERT INTO `prefix_elggnew`.`sites` (`id` ,`name` ,`domain`) VALUES
+INSERT INTO `prefix_sites` (`id` ,`name` ,`domain`) VALUES
(1 , 'New Elgg site', '');