transferred Code Ocean from original repository to GitHub
This commit is contained in:
8
db/migrate/20140826073318_sorcery_core.rb
Normal file
8
db/migrate/20140826073318_sorcery_core.rb
Normal file
@ -0,0 +1,8 @@
|
||||
class SorceryCore < ActiveRecord::Migration
|
||||
def change
|
||||
InternalUser.delete_all
|
||||
add_column :internal_users, :crypted_password, :string, null: false
|
||||
add_column :internal_users, :salt, :string, null: false
|
||||
add_index :internal_users, :email, unique: true
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user