Improvment: disable migration by default #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, any program that uses the SDK crashes if it is not on the latest version and if the database migration is newer than what the SDK within the program supports.
Proposed Solution
To address this issue, we should introduce a boolean flag to control whether the migration step should occur. The default value for this flag should be set to false. Programs requiring database migration can then explicitly enable this flag.