summaryrefslogtreecommitdiff
path: root/schema/migrations/0005.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/migrations/0005.sql')
-rw-r--r--schema/migrations/0005.sql5
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 '';