-
Notifications
You must be signed in to change notification settings - Fork 2.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
Bump doctrine/dbal from 2.7.1 to 2.8.0 #32065
Bump doctrine/dbal from 2.7.1 to 2.8.0 #32065
Conversation
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.
+ php occ maintenance:install -vvv --database=sqlite --database-name=owncloud --database-table-prefix=oc_ --admin-user=admin --admin-pass=admin --data-dir=/drone/src/data
waiting for database to be ready
creating sqlite db
Error while trying to create admin user: An exception occurred while executing 'CREATE TABLE "oc_storages" ("id" VARCHAR(64) DEFAULT NULL, "numeric_id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL PRIMARY KEY AUTOINCREMENT, "available" INTEGER DEFAULT 1 NOT NULL, "last_checked" INTEGER DEFAULT NULL)':
SQLSTATE[HY000]: General error: 1 table "oc_storages" has more than one primary key
0da1385
to
1d46ab8
Compare
Codecov Report
@@ Coverage Diff @@
## master #32065 +/- ##
=============================================
- Coverage 63.75% 52.81% -10.94%
=============================================
Files 1170 61 -1109
Lines 69728 7166 -62562
Branches 1267 1267
=============================================
- Hits 44452 3785 -40667
+ Misses 24907 3012 -21895
Partials 369 369
Continue to review full report at Codecov.
|
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](doctrine/dbal@v2.7.1...v2.8.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1d46ab8
to
f2898f7
Compare
Change which is causing us to break: doctrine/dbal#3141 |
failing acceptance tests are unrelated |
When |
Bumps doctrine/dbal from 2.7.1 to 2.8.0.
Release notes
Sourced from doctrine/dbal's releases.
Commits
5140a64
Release v2.8.03e2bee7
Merge pull request #3212 from morozov/bpo/2.8/3167caf55ee
Deprecated usage of DB-generated UUIDsd475ade
Merge pull request #3207 from Majkl578/cleanup0b770ba
Drop legacy submodules, empty README and ORM leftovers0f2b537
Merge pull request #3199 from Majkl578/allow-sf4-consolef54ea21
Merge pull request #3204 from Majkl578/typo64a32a0
Allow symfony/console 4.x dev-dependencyc9103df
Fix typo in AbstractPlatform51aeefa
Merge pull request #3205 from Majkl578/fix-phpstan-ociDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot merge
will merge this PR after your CI passes on it@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.