Logo
Explore Help
Register Sign In
Nemcio/Gogs
1
0
Fork 0
You've already forked Gogs
mirror of https://github.com/gogs/gogs.git synced 2025-12-20 07:09:58 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
aa53d0978c85818c954bb87990b389f8acd11c5e
Gogs/scripts/mysql.sql

6 lines
234 B
MySQL
Raw Normal View History

models: add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 (#4913) * Add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 (fix #4894) * Update models.go Rename NewEngine2 to NewEngineWithParams * Rename NewEngine2 to NewEngineWithParams Please update vendor when https://github.com/go-xorm/xorm/pull/798 closed. * Update dialect_mysql.go * Update dialect_mysql.go * Update models.go
2018-03-10 04:44:07 +08:00
SET GLOBAL innodb_file_per_table = ON,
innodb_file_format = Barracuda,
innodb_large_prefix = ON;
Add 'IF EXISTS', otherwise an error would show on MySQL that has no 'gogs' created before.
2014-05-01 23:26:08 +08:00
DROP DATABASE IF EXISTS gogs;
#2273 URL consistency on webhook payload
2015-12-25 07:11:58 -05:00
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 98ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API