Files
speckle-server/modules/core/migrations/readme.md
T
2020-05-18 20:36:15 +01:00

7 lines
242 B
Markdown

## Migrations, and how to create them
Notes:
- Do not delete or edit existing migration files
- To edit an existing table, use alter table in a new migration file.
- Always prefix your migration file with the date that you authored it in.