adjust migration versioning
This commit is contained in:
parent
e385159f29
commit
60ed168053
6 changed files with 56 additions and 51 deletions
|
@ -1,12 +1,12 @@
|
|||
export function registerSystemSettings(): void {
|
||||
/**
|
||||
* Track the system version upon which point a migration was last applied
|
||||
* Track the migrations version of the latest migration that has been applied
|
||||
*/
|
||||
game.settings.register("ds4", "systemMigrationVersion", {
|
||||
name: "System Migration Version",
|
||||
scope: "world",
|
||||
config: false,
|
||||
type: String,
|
||||
default: "",
|
||||
type: Number,
|
||||
default: -1,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue