Reminder about hard-coded schema
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Tue, 27 Jun 2006 20:17:26 +0000 (20:17 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Tue, 27 Jun 2006 20:17:26 +0000 (20:17 +0000)
maintenance/postgres/tables.sql

index ba2babf..82c91d6 100644 (file)
@@ -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;