mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-01 17:35:59 +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; |