From 240fe07287564be8c31e412b68350060b4c049d4 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 25 Dec 2015 07:11:58 -0500 Subject: #2273 URL consistency on webhook payload --- scripts/mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/mysql.sql b/scripts/mysql.sql index cacd76cf70..98e7bc3963 100644 --- a/scripts/mysql.sql +++ b/scripts/mysql.sql @@ -1,2 +1,2 @@ DROP DATABASE IF EXISTS gogs; -CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8 COLLATE utf8_general_ci; +CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; -- cgit v1.2.3