Skip to content

Commit 60db7ed

Browse files
authored
fix scripts/mysql.sql from gogs to gitea (#1161)
1 parent c1c4609 commit 60db7ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/mysql.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
DROP DATABASE IF EXISTS gogs;
2-
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
1+
DROP DATABASE IF EXISTS gitea;
2+
CREATE DATABASE IF NOT EXISTS gitea CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;

0 commit comments

Comments
 (0)