kwiliarty / glyphworks

MIT License
0 stars 0 forks source link

seed glyphs #35

Closed kwiliarty closed 2 years ago

kwiliarty commented 2 years ago

We're going to set up the glyphs from a csv file

kwiliarty commented 2 years ago

There are a couple ways to go here:

  1. Data migrations load automatically in the test database and every time you run a migration. One drawback might be that each data change requires a new migration and setting up the application will have to go through each one in CI.
  2. Fixture. Fixtures don't load automatically for tests.
  3. Custom migration that includes applying the fixture.