The following points a required for a migration to unique ids for groups:
@TheLastProject thinks, the easiest way is to just create 2 temporary tables and then create the new stuff like it has been done at newVersion 10 in the DBHelper class.
Originally posted by @TheLastProject in #669 (comment)
These steps are needed, because the current situation is blocking for a good implementation of #669 for example.
The following points a required for a migration to unique ids for groups:
LoyaltyCardDbGroupstable to contain a new ID column that's an integer.LoyaltyCardDbIdsGroupstable to refer to the group ID instead of group name.@TheLastProject thinks, the easiest way is to just create 2 temporary tables and then create the new stuff like it has been done at newVersion 10 in the DBHelper class.
Originally posted by @TheLastProject in #669 (comment)
These steps are needed, because the current situation is blocking for a good implementation of #669 for example.