Whenever i try to run heroku run rake db:migrate
or want to bundle install
i get the following error message:
PG:DuplicateObject: ERROR: constraint "fk_rails_d0c2931"
for relation "subscription" already exist
: ALTER TABLE "subscriptions" ADD CONTRAINT
"fk_railsd0c2931" FOREIGN KEY ("project_id")
Edit: