Remove a long-obsolete file, used by the ancient command-line installer. Testing...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 31 May 2007 22:05:45 +0000 (22:05 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 31 May 2007 22:05:45 +0000 (22:05 +0000)
maintenance/database.sql [deleted file]

diff --git a/maintenance/database.sql b/maintenance/database.sql
deleted file mode 100644 (file)
index dea9954..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
--- SQL script to create database for wiki.  This is run from
--- the installation script which replaces the variables with
--- their values from local settings.
---
-
-DROP DATABASE IF EXISTS `{$wgDBname}`;
-CREATE DATABASE `{$wgDBname}`;