mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
Remove salt
This commit is contained in:
parent
f3d5b09dd6
commit
074add9487
1 changed files with 0 additions and 1 deletions
|
@ -855,7 +855,6 @@ ActiveRecord::Schema.define(:version => 20150820223313) do
|
||||||
t.string "time_zone"
|
t.string "time_zone"
|
||||||
t.integer "version"
|
t.integer "version"
|
||||||
t.boolean "public_email", :default => false, :null => false
|
t.boolean "public_email", :default => false, :null => false
|
||||||
t.string "salt"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "users", ["email"], :name => "index_users_on_email"
|
add_index "users", ["email"], :name => "index_users_on_email"
|
||||||
|
|
Loading…
Reference in a new issue