mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Merge branch 'master' into add-contacts-email-constraint
# Conflicts: # db/structure.sql
This commit is contained in:
commit
23c0d4f6ab
115 changed files with 1049 additions and 756 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameDomainsStatusesBackupToStatusesBeforeForceDelete < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :domains, :statuses_backup, :statuses_before_force_delete
|
||||
end
|
||||
end
|
|
@ -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