mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
refactor(plugin-field-sequence): change migration strategy to schema-only first
This commit is contained in:
parent
ee2da3fbc0
commit
cfe1429821
@ -65,7 +65,7 @@ export default defineCollection({
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
migrationRules: ['overwrite', 'schema-only'],
|
migrationRules: ['schema-only', 'overwrite'],
|
||||||
name: 'sequences',
|
name: 'sequences',
|
||||||
shared: true,
|
shared: true,
|
||||||
fields: [
|
fields: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user