aboutsummaryrefslogtreecommitdiff
path: root/migrations/mysql/2019-10-10-083032_add_column_to_twofactor/up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/mysql/2019-10-10-083032_add_column_to_twofactor/up.sql')
-rw-r--r--migrations/mysql/2019-10-10-083032_add_column_to_twofactor/up.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/mysql/2019-10-10-083032_add_column_to_twofactor/up.sql b/migrations/mysql/2019-10-10-083032_add_column_to_twofactor/up.sql
new file mode 100644
index 00000000..cfcd6ca2
--- /dev/null
+++ b/migrations/mysql/2019-10-10-083032_add_column_to_twofactor/up.sql
@@ -0,0 +1 @@
+ALTER TABLE twofactor ADD COLUMN last_used INTEGER NOT NULL DEFAULT 0; \ No newline at end of file