diff options
author | Unknwon <u@gogs.io> | 2015-12-25 07:11:58 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-25 07:11:58 -0500 |
commit | 240fe07287564be8c31e412b68350060b4c049d4 (patch) | |
tree | b780b50d7f57caf1543310a8f5f4501f5eb44a9c /scripts | |
parent | 93f03707a789a4d538c945c9838fa4ec4d3ef15c (diff) | |
download | gitea-240fe07287564be8c31e412b68350060b4c049d4.tar.gz gitea-240fe07287564be8c31e412b68350060b4c049d4.zip |
#2273 URL consistency on webhook payload
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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; |