Code review comment for lp:~henninge/launchpad/db-devel-translationmessage-pofile

Revision history for this message
Henning Eggers (henninge) wrote :

Interesting. If I don't put anything in the mail body, the attachment is not
displayed, either. Is that a bug?

1=== renamed file 'database/schema/patch-2208-99-0.sql' => 'database/schema/patch-2208-21-0.sql'
2--- database/schema/patch-2208-99-0.sql 2010-10-04 22:56:09 +0000
3+++ database/schema/patch-2208-21-0.sql 2010-10-05 08:38:32 +0000
4@@ -3,13 +3,8 @@
5
6 SET client_min_messages=ERROR;
7
8-DROP INDEX translationmessage__pofile__idx;
9-
10-ALTER TABLE TranslationMessage
11-DROP CONSTRAINT translationmessage__pofile__fk;
12-
13 ALTER TABLE TranslationMessage
14 DROP COLUMN pofile;
15
16-INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 99, 0);
17+INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 21, 0);
18

« Back to merge proposal