Code review comment for lp:~wgrant/launchpad/link-uploaded-ddebs

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

We can make it easier to clean out unwanted binarypackages:

ALTER TABLE BinaryPackageRelease
ADD COLUMN debug_package integer REFERENCES BinaryPackageRelease ON DELETE SET NULL;

Otherwise fine. patch-2207-73-0.sql

review: Approve (db)

« Back to merge proposal