Skip to content

Commit

Permalink
Merge pull request joomla#52 from photodude/patch-3
Browse files Browse the repository at this point in the history
Backport Set collation from CMS Schema
  • Loading branch information
mbabker authored Sep 17, 2016
2 parents 16ea863 + ff656bc commit 157e9e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Stubs/mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

/* Set collation */;
ALTER DATABASE joomla_ut CHARACTER SET utf8 COLLATE utf8_general_ci;

# Dump of table jos_dbtest
# ------------------------------------------------------------
Expand Down

0 comments on commit 157e9e3

Please sign in to comment.