···2233- Whenever there are changes to existing sql schema files (`.sql.ts`) or new schema files are created, you must run `npm run db:generate`.
44- This will generate migration files for drizzle to run during app initialization
55+66+## Fly.io managed postgres
77+88+- connect with psql `fly mpg connect`
99+1010+## deployment
1111+1212+- `fly launch` (create/configure/deploy new app)
1313+- `fly deploy` (deploy app/redeploy after changes)
1414+- `fly logs --app annos`
1515+- `fly secrets set SUPER_SECRET_KEY=password1234`
1616+- make sure that new environment vars are added as secrets with the above command