mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +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',
|
||||
shared: true,
|
||||
fields: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user