Up

Apply all pending migrations.

Syntax

$ vela migrate up

Runs every migration in migrations that the database has not recorded yet, in order. Already-applied migrations are skipped, so it is safe to run repeatedly.

Follow with vela sync to refresh the generated TypeScript types from the updated schema.