iansinnott / prompta

ChatGPT UI that is keyboard-centric, mobile friendly, and searchable.
https://chat.prompta.dev
MIT License
154 stars 13 forks source link

Prompt to reset database #19

Closed adamshand closed 8 months ago

adamshand commented 8 months ago

FYI, this is the first time in a while, but I just got the prompt about a corrupted database using chat.prompta.dev.

iansinnott commented 8 months ago

hey @adamshand , sorry about this. yes that's due to the latest PR which changed the way migrations are run. The database needed to be reset as a result.

I was thinking about how to create a smooth migratoin path before next release, but I had spaced that the website is built off of master immediately.

Resetting the database should allow you to continue using the site, and then you can run Attempt Restore DB from the command menu to try to restore past data.

adamshand commented 8 months ago

All good, was just worried it was the old bug coming back!