mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-09-12 22:03:34 +08: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; |