-
Notifications
You must be signed in to change notification settings - Fork 1
Migrate DB v1 to v2 #9
Copy link
Copy link
Open
Labels
refactoringChanges that will make the code cleaner, more performant, without adding user facing functionalitiesChanges that will make the code cleaner, more performant, without adding user facing functionalities
Metadata
Metadata
Assignees
Labels
refactoringChanges that will make the code cleaner, more performant, without adding user facing functionalitiesChanges that will make the code cleaner, more performant, without adding user facing functionalities
Type
Fields
Give feedbackNo fields configured for issues without a type.
Now this is done in a hacky way by adding fields in the code when they don't exist yet. We should do a one time migration, and remove the runtime migration (see method
upgrade_v1_to_v2()).