Files
speckle-server/modules/core/migrations
Dimitrie Stefanescu c096ba89cc feat(models): removed username field form user
in dev environmnets, this will require a manual db reset (migrate:rollback, latest)
2020-09-16 10:30:34 +01:00
..

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.