Updated database environment

This commit is contained in:
Alexis
2020-12-30 21:51:41 +01:00
parent 23ab785163
commit 0fd0253fb4
5 changed files with 95 additions and 91 deletions

3
api/database/run.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
mysql -u root < auracle_db_create.sql
PAUSE