Prevented users from signing up with an email/username which was already present in the migration database.
This commit is contained in:
parent
a1b602efdb
commit
da9428205f
4 changed files with 79 additions and 7 deletions
|
|
@ -195,6 +195,9 @@ async function asyncKickStart(){
|
|||
//Run legacy migration
|
||||
await migrationModel.ingestLegacyDump();
|
||||
|
||||
//Build migration cache
|
||||
await migrationModel.buildMigrationCache();
|
||||
|
||||
//Calculate Toke Map
|
||||
await tokeModel.calculateTokeMap();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue