This reverts commit ce520b5a419c0a38e4b2209153c61503a71680b2 due to a fatal error
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Probably would be better just to fix your code by adding multipleStatements?
keyserver/src/database/migration-config.js | ||
---|---|---|
51 | Reverting migrations is really sketchy business, since now you have to think about both the scenario where the user is on version 5 and still has public_key, versus the scenario where the user is on version 6 and doesn't have it anymore. This is probably only safe if:
|
keyserver/src/database/migration-config.js | ||
---|---|---|
51 | got it - i panicked & immediately opened a reversion. closing in favor of https://phab.comm.dev/D5521 |