Skip to content

Update default DB engine of the tables #41#42

Merged
manojLondhe merged 3 commits intotechjoomla:release-1.0.2from
ankush-maherwal:release-1.0.2
Oct 22, 2019
Merged

Update default DB engine of the tables #41#42
manojLondhe merged 3 commits intotechjoomla:release-1.0.2from
ankush-maherwal:release-1.0.2

Conversation

@ankush-maherwal
Copy link
Collaborator

No description provided.

ALTER TABLE `#__tj_activities` MODIFY `formatted_text` text;

ALTER TABLE `#__tj_activities` ENGINE = InnoDB;
ALTER TABLE `#__tj_activities` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

@ankush-maherwal do it on column level

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@manojLondhe Removed code to update charset as this needs more testing

@ankush-maherwal ankush-maherwal changed the title Update default DB engine and charser of the tables #41 Update default DB engine of the tables #41 Oct 22, 2019
@manojLondhe manojLondhe merged commit a774a03 into techjoomla:release-1.0.2 Oct 22, 2019
manojLondhe pushed a commit that referenced this pull request Oct 22, 2019
* Task #41 feat: Update default DB engine and charser of the tables

* Task #42 feat: Update default DB engine and charser of the tables

* Version update
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