plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
58 stars 7 forks source link

What steps are needed for one to run a database migration? #68

Closed perlDreamer closed 3 months ago

perlDreamer commented 4 months ago

Wing steps:

  1. Bump database version number in lib/Project.pm
  2. Make DB file changes in DB/Result/.pm, or Role/Result/.pm
  3. Generate update files wing db --prep --force
  4. Update the db wing db --up

Ving steps?

rizen commented 4 months ago

Ving steps: