We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c4609 commit 60db7edCopy full SHA for 60db7ed
scripts/mysql.sql
@@ -1,2 +1,2 @@
1
-DROP DATABASE IF EXISTS gogs;
2
-CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
+DROP DATABASE IF EXISTS gitea;
+CREATE DATABASE IF NOT EXISTS gitea CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
0 commit comments