From 8b5825bec415107101506b880c89af77526a1cf6 Mon Sep 17 00:00:00 2001 From: Midorica Date: Mon, 8 Apr 2024 09:47:56 -0400 Subject: [PATCH] fixed documentation revision for alembic changes & changelog update --- changelog.md | 9 +++++++++ docs/game_specific_info.md | 12 ++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 437a3b2..42c7cfe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,15 @@ # Changelog 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 ### CXB + Fixing handle_data_shop_list_detail_request for Sunrise S1 diff --git a/docs/game_specific_info.md b/docs/game_specific_info.md index 8b04697..30281a9 100644 --- a/docs/game_specific_info.md +++ b/docs/game_specific_info.md @@ -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: ```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 @@ -22,7 +30,7 @@ python dbutils.py autoupgrade - [Card Maker](#card-maker) - [WACCA](#wacca) - [Sword Art Online Arcade](#sao) - - [Initial D THE ARCADE](#initial-d-the-arcade) + - [Initial D THE ARCADE](#initial-d-the-arcade) # Supported Games