Skip to content

Commit

Permalink
Tidy up the file names of legacy migrations
Browse files Browse the repository at this point in the history
This is just a simple housekeeping to keep things in order.

The legacy migrations are purely used when creating the test database. They support our unit tests because we have chosen not to stub out the DB layer.

We went through an exercise of grouping the migrations by schema so that we can more easily see what legacy tables we have migrations for. However, we've let that slide recently.

And, whilst we are fixing filenames we're also updating them all to separate the timestamp from the given name with an underscore. This is what would happen if you created the migration the normal way.
  • Loading branch information
Cruikshanks committed Jun 5, 2024
1 parent 570876f commit bd9c048
Show file tree
Hide file tree
Showing 44 changed files with 0 additions and 0 deletions.

0 comments on commit bd9c048

Please sign in to comment.