From: Brion Vibber Date: Wed, 1 Dec 2004 12:39:30 +0000 (+0000) Subject: Remove unused initialdata.sql, possibly unsafe if somebody uses it by mistake X-Git-Tag: 1.5.0alpha1~1180 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=02063579422b9f98f62a4edf9a5353f9a0e3809a;p=lhc%2Fweb%2Fwiklou.git Remove unused initialdata.sql, possibly unsafe if somebody uses it by mistake --- diff --git a/maintenance/initialdata.sql b/maintenance/initialdata.sql deleted file mode 100644 index 141c71a854..0000000000 --- a/maintenance/initialdata.sql +++ /dev/null @@ -1,18 +0,0 @@ --- SQL to load database with initial values for testing. --- Most will be overwritten by install script. --- - -INSERT INTO user (user_name,user_rights,user_password) - VALUES ('WikiSysop','sysop','d41d8cd98f00b204e9800998ecf8427e'), - ('WikiDeveloper','sysop,developer','d41d8cd98f00b204e9800998ecf8427e'); - -INSERT INTO cur (cur_namespace,cur_title,cur_text,cur_restrictions) - VALUES (4,'Upload_log','Below is a list of the most recent file uploads.\nAll times shown are server time (UTC).\n\n','sysop'), - (4,'Deletion_log','Below is a list of the most recent deletions.\nAll times shown are server time (UTC).\n\n','sysop'), - (0,'Main_Page','Wiki software successfully installed!',''), - (4,'Block log', 'This is a log of user blocking and unblocking actions. Automatically -blocked IP addresses are not be listed. See the [[Special:Ipblocklist|IP block list]] for -the list of currently operational bans and blocks.', 'sysop'); - -INSERT INTO site_stats VALUES (1,0,0,0); -