Improvment: disable migration by default #18

Closed
opened 2024-11-06 09:46:36 +00:00 by SoXX · 0 comments
Owner

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.

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.
SoXX added reference dev/migration 2024-11-06 09:56:24 +00:00
SoXX closed this issue 2024-11-06 10:49:25 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Anthrove/otter-space-sdk#18
No description provided.