mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-11 08:21:09 +00:00
2 lines
98 B
SQL
2 lines
98 B
SQL
DROP DATABASE gogs;
|
|
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8 COLLATE utf8_general_ci; |