Drop creation_ip column
This commit is contained in:
parent
e8029e2aff
commit
28650d4dfb
2 changed files with 6 additions and 1 deletions
5
db/migrate/20240913171951_drop_user_creation_ip.rb
Normal file
5
db/migrate/20240913171951_drop_user_creation_ip.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class DropUserCreationIp < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
safety_assured { remove_column :users, :creation_ip, :string }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue