Merge remote-tracking branch 'origin/main' into feature/064

This commit is contained in:
2025-12-08 12:24:46 +09:00
8 changed files with 25 additions and 22 deletions
@@ -0,0 +1,5 @@
class RenameIpAdressColumnToIpAddresses < ActiveRecord::Migration[8.0]
def change
rename_column :ip_addresses, :ip_adress, :ip_address
end
end