diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-05-11 19:19:07 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-05-11 19:19:07 -0700 |
commit | b1b4aaa4d02ba2cf4c0bb07a95afcb0035dac3cf (patch) | |
tree | c7bf18e62395def018326e61d97de2bf48ffbe5d /schema | |
parent | 34afa1f5f220af14c055e5eb5e0844be0b5120aa (diff) |
add interface for checking in to flights
let's give this a shot
Diffstat (limited to 'schema')
-rw-r--r-- | schema/migrations/0005.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schema/migrations/0005.sql b/schema/migrations/0005.sql new file mode 100644 index 0000000..d94cb8d --- /dev/null +++ b/schema/migrations/0005.sql @@ -0,0 +1,5 @@ + + +ALTER TABLE users +ADD COLUMN `flightaware_username` VARCHAR(255) NOT NULL DEFAULT '', +ADD COLUMN `flightaware_apikey` VARCHAR(255) NOT NULL DEFAULT ''; |