mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Basic login
This commit is contained in:
parent
ba93ac8162
commit
c997f2da5d
18 changed files with 428 additions and 3 deletions
5
db/migrate/20140925085340_add_identity_code_to_users.rb
Normal file
5
db/migrate/20140925085340_add_identity_code_to_users.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddIdentityCodeToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :identity_code, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue