From 4c0488c5c8fe53de3baf83ffdacd2f7047aa4e00 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 27 Jun 2006 20:17:26 +0000 Subject: [PATCH] Reminder about hard-coded schema --- maintenance/postgres/tables.sql | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1