This commit is contained in:
2024-02-22 14:48:01 -05:00
parent 9b347d2820
commit f62b648f97
53 changed files with 4247 additions and 0 deletions

2
Database/restore.bat Normal file
View File

@@ -0,0 +1,2 @@
mysql -u root -p -h localhost market_data < market_data.dat
mysql -u root -p -h localhost portfolio_data < portfolio_data.dat