10475.3.17
by Michael Casadevall
Readd SQL patch |
1 |
SET client_min_messages=ERROR; |
2 |
ALTER TABLE sourcepackagerelease ADD changelog int REFERENCES libraryfilealias(id); |
|
10475.3.26
by Michael Casadevall
Add an index to the database patch as per stub's comments, and assign its proper ID number for this cycle |
3 |
CREATE INDEX sourcepackagerelease__changelog__idx ON SourcepackageRelease(changelog); |
4 |
INSERT INTO LaunchpadDatabaseRevision VALUES (2207, 43, 0); |