Remove incorrect sql in 2.5.14 upgrade

This commit is contained in:
Duncan Sommerville 2015-07-10 10:27:28 -04:00
parent c44035c27d
commit e4720b5992
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
ALTER TABLE cc_pref ALTER COLUMN subjid SET NULL;
ALTER TABLE cc_pref ALTER COLUMN subjid SET DEFAULT NULL;
CREATE UNIQUE INDEX cc_pref_key_idx ON cc_pref (keystr) WHERE subjid IS NULL;
ANALYZE cc_pref;