mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Sync model in sqlite
This commit is contained in:
parent
0d58e073fd
commit
4f8dea2a57
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = class SQLiteDB {
|
|||
unique: true,
|
||||
}
|
||||
}, { sequelize: this.sequelize, modelName: 'user' });
|
||||
|
||||
UserPair.sync();
|
||||
this.model = UserPair;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue