fixing functional tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class CreateUserPasswordResetNonces < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :user_password_reset_nonces do |t|
|
||||
t.column :key, :string, :null => false
|
||||
t.column :email, :string, :null => false
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user