-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix migrations #133
Fix migrations #133
Conversation
Signed-off-by: Arnau Mora <[email protected]>
(I have added a commit that uses a specific UPDATE instead of copy constructors to avoid copying around data without need.) Yes the concept looks good, now only the finishing :) The So calendar IDs and subscription IDs have to separated properly and if it gets complicated maybe one or two lines of commit would be OK. |
Yup, you are right |
Signed-off-by: Arnau Mora <[email protected]>
Signed-off-by: Arnau Mora <[email protected]>
Signed-off-by: Arnau Mora <[email protected]>
Signed-off-by: Arnau Mora <[email protected]>
This should be ready. We still have the problem of #134, but I'd open a new PR for that one. |
Signed-off-by: Arnau Mora <[email protected]>
Signed-off-by: Arnau Mora <[email protected]>
See #129