== Schema =====================================================================
== 20240130105618 AddNotificationsCountToNoticedEvent: migrating ==============
-- add_column(:noticed_events, :notifications_count, :integer)
bin/rails aborted!
StandardError: An error has occurred, this and all later migrations canceled: (StandardError)
PG::DuplicateColumn: ERROR: column "notifications_count" of relation "noticed_events" already exists
Pull Request
Add
if_not_exists: true
to AddNotificationsCountToNoticedEvent migration