From e8b68115a4d5ba488832dbf45f149935635510fe Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 19 Oct 2019 21:19:48 +0100 Subject: drop flight tracking stuff the API dropped their free tier --- schema/migrations/0009.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 schema/migrations/0009.sql (limited to 'schema/migrations') diff --git a/schema/migrations/0009.sql b/schema/migrations/0009.sql new file mode 100644 index 0000000..1073046 --- /dev/null +++ b/schema/migrations/0009.sql @@ -0,0 +1 @@ +DROP TABLE flights; -- cgit v1.2.3