Skip to content

Commit

Permalink
Add a schema update to add back possibly lost default value
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed May 16, 2020
1 parent fac8f96 commit 037a6f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Add back the default value which might have been lost with utf8mb4 conversion on certain CMS versions
ALTER TABLE `#__ucm_content` MODIFY `core_title` varchar(400) NOT NULL DEFAULT '';

0 comments on commit 037a6f1

Please sign in to comment.