Commit 06f712e665291ee5414cf90970ca262cdc50a1d1

Authored by Karpikau Andrei
1 parent 053fb058

change version

1 -class DeviseCreateAdminUsers < ActiveRecord::Migration 1 +class DeviseCreateAdminUsers < ActiveRecord::Migration[5.2]
2 def change 2 def change
3 create_table(:kanjai_admin_users) do |t| 3 create_table(:kanjai_admin_users) do |t|
4 ## Database authenticatable 4 ## Database authenticatable
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.89" 2 + VERSION = "0.0.90"
3 end 3 end