-
-
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
Make is_user_defined nullable so we can store false on oracle #24053
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
/backport to stable20 |
More tables to be added |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Done, ready for review |
@@ -43,6 +43,7 @@ class ComposerStaticInitUserStatus | |||
'OCA\\UserStatus\\Listener\\UserLiveStatusListener' => __DIR__ . '/..' . '/../lib/Listener/UserLiveStatusListener.php', | |||
'OCA\\UserStatus\\Migration\\Version0001Date20200602134824' => __DIR__ . '/..' . '/../lib/Migration/Version0001Date20200602134824.php', | |||
'OCA\\UserStatus\\Migration\\Version0002Date20200902144824' => __DIR__ . '/..' . '/../lib/Migration/Version0002Date20200902144824.php', | |||
'OCA\\UserStatus\\Migration\\Version1000Date20201111130204' => __DIR__ . '/..' . '/../lib/Migration/Version1000Date20201111130204.php', |
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.
The big version jump in the migration is okay?
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.
well the app version is 1.0.x so its 1000 for migrations
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 35385: failurecheckersShow full log
|
Let me commit that. |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Failure unrelated (mysql timing out after an hour) |
Signed-off-by: Joas Schilling coding@schilljs.com