1
0
mirror of https://github.com/django/django.git synced 2025-03-05 15:02:31 +00:00

Removed accidentally committed file

This commit is contained in:
Anssi Kääriäinen 2013-02-19 01:55:40 +02:00
parent 3e71368423
commit 607772b942

View File

@ -1 +0,0 @@
SELECT "queries_tag"."id", "queries_tag"."name", "queries_tag"."parent_id", "queries_tag"."category_id" FROM "queries_tag" WHERE NOT (("queries_tag"."id" IN (SELECT U0."id" FROM "queries_tag" U0 LEFT OUTER JOIN "queries_tag" U1 ON (U0."id" = U1."parent_id") WHERE (U1."id" IS NULL AND U0."id" IS NOT NULL)) AND "queries_tag"."id" IS NOT NULL)) ORDER BY "queries_tag"."name" ASC