Gab-Social/db/migrate/20191202004114_remove_foreign_key_constraint_to_user_last_read_notification.rb

6 lines
176 B
Ruby

class RemoveForeignKeyConstraintToUserLastReadNotification < ActiveRecord::Migration[5.2]
def change
remove_foreign_key :users, column: :last_read_notification
end
end