#29 対応完了

This commit is contained in:
2025-11-26 23:44:51 +09:00
parent 5cc47e42e1
commit 129da38803
4 changed files with 33 additions and 8 deletions
@@ -0,0 +1,5 @@
class RenameIpAdressColumnToIpAddresses < ActiveRecord::Migration[8.0]
def change
rename_column :ip_addresses, :ip_adress, :ip_address
end
end