Author: tv
Date: Tue Oct 22 13:39:08 2019
New Revision: 1868755

URL: http://svn.apache.org/viewvc?rev=1868755&view=rev
Log:
Encourage unicode enoding

Modified:
    
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm

Modified: 
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm?rev=1868755&r1=1868754&r2=1868755&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm
 (original)
+++ 
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/sql/createdb/templates/mysql/createdb.vm
 Tue Oct 22 13:39:08 2019
@@ -15,4 +15,4 @@
 ## specific language governing permissions and limitations
 ## under the License.
 drop database if exists $name;
-create database $name;
+create database $name character set utf8mb4 collate utf8mb4_unicode_ci;



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to