Tests: adapt migration to sqlite
Add sqlite Remove scenic from tests
This commit is contained in:
parent
67daaa033c
commit
8bccf375e1
14 changed files with 42 additions and 39 deletions
|
@ -16,8 +16,8 @@ class DeviseCreateUsers < ActiveRecord::Migration
|
|||
t.integer :sign_in_count, default: 0, null: false
|
||||
t.datetime :current_sign_in_at
|
||||
t.datetime :last_sign_in_at
|
||||
t.inet :current_sign_in_ip
|
||||
t.inet :last_sign_in_ip
|
||||
t.string :current_sign_in_ip
|
||||
t.string :last_sign_in_ip
|
||||
|
||||
## Confirmable
|
||||
# t.string :confirmation_token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue