chore: make codes the repository root
This commit is contained in:
5
scripts/create-databases.sql
Normal file
5
scripts/create-databases.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE DATABASE IF NOT EXISTS iqudo_top1
|
||||
CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
|
||||
CREATE DATABASE IF NOT EXISTS iqudo_top1_test
|
||||
CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
Reference in New Issue
Block a user