* API: Watchlist feed allows 'hours' parameter of how many hours to go back
[mediawiki.git] / maintenance / database.sql
blobdea9954248f2abe3242843b8c89269ea23ea6b9b
1 -- SQL script to create database for wiki.  This is run from
2 -- the installation script which replaces the variables with
3 -- their values from local settings.
4 --
6 DROP DATABASE IF EXISTS `{$wgDBname}`;
7 CREATE DATABASE `{$wgDBname}`;