diff options
author | Aaron Parecki <aaron@parecki.com> | 2019-10-19 21:19:48 +0100 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2019-10-19 21:19:48 +0100 |
commit | e8b68115a4d5ba488832dbf45f149935635510fe (patch) | |
tree | 92e3265c37f6d584b74f1b15c65420ed0d3c482a /schema/migrations | |
parent | cbbf10c7f30dbf5e82e3cef71e3fc864aba5b851 (diff) |
drop flight tracking stuff
the API dropped their free tier
Diffstat (limited to 'schema/migrations')
-rw-r--r-- | schema/migrations/0009.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |