From: Greg Sabino Mullane Date: Wed, 28 Jun 2006 18:06:34 +0000 (+0000) Subject: Remove hard-coded SCHEMA stuff, now set in the config at user level. X-Git-Tag: 1.31.0-rc.0~56551 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=1de8adf39888299b799b741149e8e89a8619641a;p=lhc%2Fweb%2Fwiklou.git Remove hard-coded SCHEMA stuff, now set in the config at user level. --- diff --git a/maintenance/postgres/tables.sql b/maintenance/postgres/tables.sql index 4bec46121e..edd3754ead 100644 --- a/maintenance/postgres/tables.sql +++ b/maintenance/postgres/tables.sql @@ -6,12 +6,8 @@ -- Please make sure all dollar-quoting uses $mw$ at the start of the line -- We can't use SERIAL everywhere: the sequence names are hard-coded into the PHP -- TODO: Change CHAR to BOOL, TEXT to CIDR, allow custom schema --- TODO: Remove the hardcoded schemas below, enforce through ALTER USER SET client_min_messages = 'ERROR'; -DROP SCHEMA mediawiki CASCADE; -CREATE SCHEMA mediawiki; -SET search_path = 'mediawiki'; CREATE SEQUENCE user_user_id_seq MINVALUE 0 START WITH 0; CREATE TABLE "user" (