Every time I try to save something in the database, I get this error message. I saw that Heroku offers a free PostgreSQL database for the first 10,000 records, more than 10,000 records are needed to pay for the database.
Right now, there are 60,000 entries in my database. How to fix this error / update the database?
Thank you in advance
ruby ruby-on-rails postgresql heroku
user984621
source share