mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Merge branch 'master' into refactor-messages
# Conflicts: # db/structure.sql
This commit is contained in:
commit
1bfdf899a0
118 changed files with 770 additions and 581 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameUsersPasswordToPlainTextPassword < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :users, :password, :plain_text_password
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue