From b1b4aaa4d02ba2cf4c0bb07a95afcb0035dac3cf Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 11 May 2017 19:19:07 -0700 Subject: add interface for checking in to flights let's give this a shot --- schema/migrations/0005.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 schema/migrations/0005.sql (limited to 'schema/migrations/0005.sql') 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 ''; -- cgit v1.2.3