Commit to re-run

This commit is contained in:
Luis Rojas
2026-02-03 15:55:45 -04:00
parent f403b2012c
commit d930fc2da6
+1 -1
View File
@@ -154,7 +154,7 @@ Over the course of development, you may need to change the structure of the data
4. In that file, put your sql changes
- These are usually simple sql commands like `ALTER TABLE ...`
5. Run `make run-migrations` and `make gen-prisma`
6. If you are adding/changing a column or table, please try to keep the `gen_seed.ts` file up to date with these changes
6. If you are adding/changing a column or table, please try to keep the `gen_seed.ts` file up to date with these changes.
## Sponsors