[Collab-qa-commits] r2157 - udd/sql
Andreas Tille
tille at alioth.debian.org
Sat Feb 18 21:12:53 UTC 2012
Author: tille
Date: 2012-02-18 21:12:53 +0000 (Sat, 18 Feb 2012)
New Revision: 2157
Added:
udd/sql/remove_lenny.sql
Log:
Delete remainings of lenny from UDD
Added: udd/sql/remove_lenny.sql
===================================================================
--- udd/sql/remove_lenny.sql (rev 0)
+++ udd/sql/remove_lenny.sql 2012-02-18 21:12:53 UTC (rev 2157)
@@ -0,0 +1,5 @@
+BEGIN;
+DELETE FROM packages WHERE release LIKE 'lenny%' ;
+DELETE FROM sources WHERE release LIKE 'lenny%' ;
+DELETE FROM descriptions WHERE release LIKE 'lenny%' ;
+COMMIT;
More information about the Collab-qa-commits
mailing list