-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 Calendarsubscriptions source column change on Oracle #12275
Fix Calendarsubscriptions source column change on Oracle #12275
Conversation
apps/dav/appinfo/info.xml
Outdated
@@ -5,7 +5,7 @@ | |||
<name>WebDAV</name> | |||
<summary>WebDAV endpoint</summary> | |||
<description>WebDAV endpoint</description> | |||
<version>1.7.2</version> | |||
<version>1.8.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.7.3 should be fine, I increase it directly after each major release 🙈
fcfcd1b
to
b6e6308
Compare
Set version to |
All remarks have been addressed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If possible I'd suggest to do a column rename instead of the second copy. Apart from that it looks good!
b6e6308
to
fa34a6b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I just realized the naming of the files is : Version1008Datexxx which probably means version 10.0.8. :D |
I named it |
No, if the version is |
fa34a6b
to
886e707
Compare
886e707
to
a72713c
Compare
Rebased to fix conflicts in autoloader. |
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
a72713c
to
071301b
Compare
fixes #11975