aboutsummaryrefslogtreecommitdiff
path: root/migrations/mysql/2022-01-17-234911_add_api_key/up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/mysql/2022-01-17-234911_add_api_key/up.sql')
-rw-r--r--migrations/mysql/2022-01-17-234911_add_api_key/up.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/mysql/2022-01-17-234911_add_api_key/up.sql b/migrations/mysql/2022-01-17-234911_add_api_key/up.sql
new file mode 100644
index 00000000..85ac377b
--- /dev/null
+++ b/migrations/mysql/2022-01-17-234911_add_api_key/up.sql
@@ -0,0 +1,2 @@
+ALTER TABLE users
+ADD COLUMN api_key VARCHAR(255);