internetee-registry/db/migrate/20180823163548_rename_log_messages_to_log_notifications.rb
2018-08-23 20:03:03 +03:00

5 lines
142 B
Ruby

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