Add DB setup to readme

This commit is contained in:
Alex Cabal 2024-10-23 11:09:16 -05:00
parent b6fbcaba26
commit 82e43cb520
20 changed files with 27 additions and 21 deletions

1
config/sql/se.sql Normal file
View file

@ -0,0 +1 @@
CREATE DATABASE IF NOT EXISTS `se` DEFAULT CHARACTER SET = 'utf8mb4' DEFAULT COLLATE 'utf8mb4_general_ci'