Skip to content

Commit

Permalink
FIX: исправляет название колонки в Server
Browse files Browse the repository at this point in the history
  • Loading branch information
owlscatcher committed Feb 19, 2024
1 parent 67d1665 commit bbc36d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20240219101812_server_ip_address_rename.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class ServerIpAddressRename < ActiveRecord::Migration[7.0]
def change
rename_column :servers, :ip_adress, :ip_address
end
end

0 comments on commit bbc36d7

Please sign in to comment.