gab-social/db/migrate/20191202004114_remove_forei...

6 lines
176 B
Ruby
Raw Normal View History

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