Code review comment for lp:~michael.nelson/launchpad/distro-series-difference-schema

Revision history for this message
Stuart Bishop (stub) wrote :

Drop the UNIQUE (distro_series_difference, message) constraint, and declare the message column UNIQUE instead.

Drop the index on the message column - one will get created implicitly when the column is declared UNIQUE.

« Back to merge proposal