From 9f19258ec03302cb229eecc024aec7d5c515af3b Mon Sep 17 00:00:00 2001 From: Mathieu Agopian Date: Mon, 12 Jan 2015 12:03:37 +0100 Subject: [PATCH] Remove files for the maemo platform from the db (bug 1119800) --- migrations/802-remove-maemo-platform.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/802-remove-maemo-platform.sql diff --git a/migrations/802-remove-maemo-platform.sql b/migrations/802-remove-maemo-platform.sql new file mode 100644 index 000000000000..3e1d4c40d585 --- /dev/null +++ b/migrations/802-remove-maemo-platform.sql @@ -0,0 +1,2 @@ +-- Remove all files for the maemo platform. +DELETE FROM files WHERE platform_id=8;