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

Fix bug #1054 #1055

Merged
merged 3 commits into from
Sep 3, 2020
Merged

Fix bug #1054 #1055

merged 3 commits into from
Sep 3, 2020

Conversation

SamKer
Copy link

@SamKer SamKer commented Jun 24, 2020

adding test if column exist for all missing columns when update richdocument 3.2.4 to 3.7.x

}

}
/**
Copy link
Member

Choose a reason for hiding this comment

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

Please use tabs instead of spaces


$table = $schema->getTable('richdocuments_wopi');

if(!$table->hasColumn('template_id')) {
Copy link
Member

Choose a reason for hiding this comment

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

Could you create a new migration for all of those checks, so we make sure they are also executed if someone has already updated but not encountered the issue yet?

@juliushaertl
Copy link
Member

Thanks a lot for your pull request. I left some review comments in the code. Please also make sure to add a signoff message to your commit.

The other CI failure seems like a temporary error https://drone.nextcloud.com/nextcloud/richdocuments/1007/4/3

@juliushaertl juliushaertl added the 2. developing Work in progress label Jun 24, 2020
@Gomez
Copy link
Member

Gomez commented Jul 5, 2020

Is this ready? Good enough to be merged?

@juliushaertl
Copy link
Member

Looks good to me now, @SamKer mind to add a signoff message to your commits as well?

See https://probot.github.io/apps/dco/ for details

KERIOU Samir added 3 commits July 7, 2020 14:20
Signed-off-by: KERIOU Samir <samir.keriou@gendarmerie.interieur.gouv.fr>
Signed-off-by: KERIOU Samir <samir.keriou@gendarmerie.interieur.gouv.fr>
Signed-off-by: KERIOU Samir <samir.keriou@gendarmerie.interieur.gouv.fr>
@juliushaertl juliushaertl merged commit 86f1419 into nextcloud:master Sep 3, 2020
@juliushaertl
Copy link
Member

Thanks a lot for taking care of this 👍

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

Successfully merging this pull request may close these issues.

Migration Database Error Documents won't open after upgrade to version 3.5.3
3 participants