From: Greg Sabino Mullane Date: Tue, 27 Jun 2006 20:17:26 +0000 (+0000) Subject: Reminder about hard-coded schema X-Git-Tag: 1.31.0-rc.0~56568 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=4c0488c5c8fe53de3baf83ffdacd2f7047aa4e00;p=lhc%2Fweb%2Fwiklou.git Reminder about hard-coded schema --- diff --git a/maintenance/postgres/tables.sql b/maintenance/postgres/tables.sql index ba2babfaec..82c91d6cc6 100644 --- a/maintenance/postgres/tables.sql +++ b/maintenance/postgres/tables.sql @@ -6,6 +6,7 @@ -- 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;