In the following diff, I'm going to check the latest migration index from setup-db.js so we can start with a default migration version.
Without this diff, that change would result in a require cycle.
Depends on D4151
Differential D4152
[keyserver] Extract migration config to separate file ashoat on May 30 2022, 1:59 PM. Authored by Tags None Referenced Files
Details In the following diff, I'm going to check the latest migration index from setup-db.js so we can start with a default migration version. Without this diff, that change would result in a require cycle. Depends on D4151 This is a simple refactor. I tested it in combination with stack (see test plan in D4151), and also used Flow
Diff Detail
Event TimelineComment Actions Makes sense, moving the "contents" of the migrations to a separate file helps reduce clutter in migrations.js. At some point it'll probably make sense to have a migrations directory instead of having them all in migration-config.js, but it's probably fine for now. |