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 template and added text/docx to getAcceptType #1550

Merged
merged 5 commits into from
Sep 13, 2023

Conversation

smisidjan
Copy link
Contributor

No description provided.

Comment on lines 24 to 28
$this->addSql('ALTER TABLE template ALTER id TYPE UUID');
$this->addSql('ALTER TABLE template ALTER id DROP DEFAULT');
$this->addSql('ALTER TABLE template ALTER organization_id TYPE UUID');
$this->addSql('ALTER TABLE template ALTER organization_id DROP DEFAULT');
$this->addSql('ALTER TABLE template ALTER organization_id DROP NOT NULL');
Copy link
Contributor

Choose a reason for hiding this comment

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

These lines can be removed.

Comment on lines 35 to 39
$this->addSql('ALTER TABLE template ALTER id TYPE UUID');
$this->addSql('ALTER TABLE template ALTER id DROP DEFAULT');
$this->addSql('ALTER TABLE template ALTER organization_id TYPE UUID');
$this->addSql('ALTER TABLE template ALTER organization_id DROP DEFAULT');
$this->addSql('ALTER TABLE template ALTER organization_id SET NOT NULL');
Copy link
Contributor

Choose a reason for hiding this comment

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

Same for these lines

@smisidjan smisidjan merged commit 839571e into development Sep 13, 2023
1 of 2 checks passed
@smisidjan smisidjan deleted the feature/BEL-9/html branch September 13, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants