add loopbackMigrationGrandfathered flag

This commit is contained in:
Berkeley Martinez
2015-08-05 11:29:19 -07:00
parent 974bf503ec
commit 3cfd69c704
2 changed files with 6 additions and 0 deletions

View File

@ -92,6 +92,8 @@ var users = dbObservable
user.username = 'fcc' + uuid.v4().slice(0, 8);
if (user.github) {
user.isGithubCool = true;
} else {
user.isMigrationGrandfathered = true;
}
return user;
})