Skip to content
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

Updating from 2.16 to 3.0.0b1 fails: piwik_site_setting doesn't exist #10708

Merged
merged 3 commits into from Oct 30, 2016

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Oct 6, 2016

I will explain the problem in #10703

I think we need to change the original update file here as otherwise users would still run into the issue

@tsteur tsteur added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Oct 6, 2016
@tsteur tsteur added this to the 3.0.0-b2 milestone Oct 6, 2016
@tsteur tsteur added Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review. and removed Needs Review PRs that need a code review labels Oct 6, 2016
@@ -86,7 +86,7 @@ public function getTablesCreateSql()
",

'site_setting' => "CREATE TABLE {$prefixTables}site_setting (
idsite INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
idsite INTEGER(10) UNSIGNED NOT NULL,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was actually a mistake in there, idsite should not auto increment

@tsteur tsteur added Needs Review PRs that need a code review and removed Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review. labels Oct 6, 2016
@tsteur tsteur merged commit b52892e into 3.x-dev Oct 30, 2016
@tsteur tsteur deleted the 10703 branch October 30, 2016 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant