about summary refs log tree commit diff
path: root/db/migrate/20160220174730_create_accounts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160220174730_create_accounts.rb')
-rw-r--r--db/migrate/20160220174730_create_accounts.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160220174730_create_accounts.rb b/db/migrate/20160220174730_create_accounts.rb
index 65c15f3e8..daf7c6552 100644
--- a/db/migrate/20160220174730_create_accounts.rb
+++ b/db/migrate/20160220174730_create_accounts.rb
@@ -1,4 +1,4 @@
-class CreateAccounts < ActiveRecord::Migration
+class CreateAccounts < ActiveRecord::Migration[4.2]
   def change
     create_table :accounts do |t|
       t.string :username, null: false, default: ''