mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:37:01 +00:00
fix(theme-editor): migration error
This commit is contained in:
parent
2008bfa54a
commit
2ac377161f
@ -17,12 +17,8 @@ export default class ThemeEditorMigration extends Migration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const collection = this.db.getCollection('themeConfig');
|
const collection = this.db.getCollection('themeConfig');
|
||||||
if (!collection.hasField('uid')) {
|
|
||||||
collection.addField('uid', {
|
await collection.sync();
|
||||||
type: 'uid',
|
|
||||||
});
|
|
||||||
}
|
|
||||||
collection.sync();
|
|
||||||
|
|
||||||
const themes = {
|
const themes = {
|
||||||
[defaultTheme.uid]: defaultTheme,
|
[defaultTheme.uid]: defaultTheme,
|
Loading…
Reference in New Issue
Block a user