fixed documentation revision for alembic changes & changelog update

This commit is contained in:
Midorica 2024-04-08 09:47:56 -04:00
parent d939755574
commit 8b5825bec4
2 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,15 @@
# Changelog # Changelog
Documenting updates to ARTEMiS, to be updated every time the master branch is pushed to. Documenting updates to ARTEMiS, to be updated every time the master branch is pushed to.
## 20240408
### System
+ Modified the game specific documentation
## 20240407
### Maimai
+ Support maimai DX International [#118](https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/118) (Thanks beerpsi!)
+ Fixed the maimai DX reboot time from config [#120](https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/120) (Thanks topty!)
## 20240318 ## 20240318
### CXB ### CXB
+ Fixing handle_data_shop_list_detail_request for Sunrise S1 + Fixing handle_data_shop_list_detail_request for Sunrise S1

View File

@ -9,7 +9,15 @@ using the megaime database. Clean installations always create the latest databas
To upgrade the core database and the database for every game, execute: To upgrade the core database and the database for every game, execute:
```shell ```shell
python dbutils.py autoupgrade python dbutils.py upgrade
```
If you are using the old master branch that was not setup with alembic, make sure to do the following steps in order:
- Pull down latest master/develop
- Update core.yaml
- Back up your existing database
```shell
python dbutils.py migrate
``` ```
# Table of content # Table of content
@ -22,7 +30,7 @@ python dbutils.py autoupgrade
- [Card Maker](#card-maker) - [Card Maker](#card-maker)
- [WACCA](#wacca) - [WACCA](#wacca)
- [Sword Art Online Arcade](#sao) - [Sword Art Online Arcade](#sao)
- [Initial D THE ARCADE](#initial-d-the-arcade) - [Initial D THE ARCADE](#initial-d-the-arcade)
# Supported Games # Supported Games