internetee-registry/db/migrate/20180823163548_rename_log_messages_to_log_notifications.rb
2021-04-26 18:54:26 +05:00

5 lines
147 B
Ruby

class RenameLogMessagesToLogNotifications < ActiveRecord::Migration[6.0]
def change
rename_table :log_messages, :log_notifications
end
end