diff options
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; |