This repository has been archived on 2026-06-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
spellsaurus/api/database/run.bat
2020-12-30 21:51:41 +01:00

3 lines
53 B
Batchfile

@echo off
mysql -u root < auracle_db_create.sql
PAUSE