~launchpad-pqm/launchpad/devel

7675.395.122 by Stuart Bishop
Fix SuggestivePOTemplate and mark FeatureFlag as part of the lpmain replication set
1
SET client_min_messages=ERROR;
2
3
ALTER TABLE SuggestivePOTemplate
4
    ADD CONSTRAINT suggestivepotemplate__potemplate__fk
5
    FOREIGN KEY (potemplate) REFERENCES POTemplate
6
    ON DELETE CASCADE;
7
8
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 03, 0);
9