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

Drop the ownCloud migration table instead of reusing it #7699

Conversation

nickvergessen
Copy link
Member

Fix #7528

Signed-off-by: Joas Schilling <coding@schilljs.com>
Copy link
Member

@rullzer rullzer left a comment

Choose a reason for hiding this comment

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

Sounds sane :)

@MorrisJobke MorrisJobke mentioned this pull request Jan 4, 2018
30 tasks
@MorrisJobke MorrisJobke merged commit e7aebcf into master Jan 4, 2018
@MorrisJobke MorrisJobke deleted the bugfix/7528/drop-owncloud-migrations-table-and-recreate-it branch January 4, 2018 15:53
@informatico-madrid
Copy link

informatico-madrid commented Jan 17, 2018

Hi. in my case i update from owcloud 8 to nextcloud 9 with script migration. then i update -> 10 -> 11 -> 12 and 13 BETA RC. This cannot remove my migration table because connection try remove database with name : oc_oc_migration. SO i replace this line; 7154050#diff-333567435f8bef9975c29c5e73ab7dd0R132
to this -> $this->connection->dropTable('migrations');
and work for mi now.

@nickvergessen
Copy link
Member Author

Thanks for the hint, no idea how that happened:
#7912

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants