vercel / ai-chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
https://chat.vercel.ai
Other
9.79k stars 2.47k forks source link

[Postgres] Add documentation on how to update DB schema #533

Open FanJason opened 1 week ago

FanJason commented 1 week ago

Great chatbot! Could we add steps to explain how to update the DB Postgres schema? Seems like we need to run migrate.ts But not sure how the snapshot file(s) get updated. Think this would go a long way to increase adoption of this template

angelhodar commented 1 week ago

@FanJason I answered in #544 about how to do the migrations. Go check it!