WIP: implemented simple queue online matchmaking and refactored vs_info data handling #8

Manually merged
Dniel97 merged 23 commits from UncleJim/artemis:online into idac 2024-01-08 17:37:50 +00:00
Contributor
No description provided.
UncleJim added 6 commits 2023-11-17 03:43:19 +00:00
UncleJim added 1 commit 2023-11-19 11:54:08 +00:00
UncleJim added 1 commit 2023-11-19 11:57:35 +00:00
UncleJim added 1 commit 2023-11-20 04:40:35 +00:00
UncleJim added 1 commit 2023-11-20 04:42:32 +00:00
UncleJim added 1 commit 2023-11-20 04:50:26 +00:00
UncleJim added 1 commit 2023-11-20 04:54:07 +00:00
Owner

Hello UncleJim,

I reviewed the code and saw that you were modifying the idac_user_vs_info database table and no SQL upgrade script was provided, so it's not possible to use the old table. Please provide an upgrade as well as a rollback SQL script for SDGT such as the examples here https://gitea.tendokyu.moe/Dniel97/artemis/src/branch/idac/core/data/schema/versions. Keep in mind to update the current_schema_version here as well in order for the auto upgrade script to function properly.

Thanks!

Hello UncleJim, I reviewed the code and saw that you were modifying the `idac_user_vs_info` database table and no SQL upgrade script was provided, so it's not possible to use the old table. Please provide an upgrade as well as a rollback SQL script for SDGT such as the examples here [https://gitea.tendokyu.moe/Dniel97/artemis/src/branch/idac/core/data/schema/versions](https://gitea.tendokyu.moe/Dniel97/artemis/src/branch/idac/core/data/schema/versions). Keep in mind to update the `current_schema_version` [here](https://gitea.tendokyu.moe/Dniel97/artemis/src/commit/d1a7b898a734025b2034c9bf278b173447156120/titles/idac/__init__.py#L12) as well in order for the auto upgrade script to function properly. Thanks!
Dniel97 changed title from implemented simple queue online matchmaking and refactored vs_info data handling to WIP: implemented simple queue online matchmaking and refactored vs_info data handling 2023-11-20 16:41:38 +00:00
UncleJim added 1 commit 2024-01-05 04:04:34 +00:00
UncleJim added 1 commit 2024-01-05 04:07:03 +00:00
UncleJim added 1 commit 2024-01-06 08:52:38 +00:00
UncleJim added 1 commit 2024-01-06 14:01:17 +00:00
UncleJim added 1 commit 2024-01-06 14:04:50 +00:00
UncleJim added 1 commit 2024-01-06 14:05:31 +00:00
UncleJim added 1 commit 2024-01-08 02:38:38 +00:00
UncleJim added 1 commit 2024-01-08 02:39:34 +00:00
UncleJim added 1 commit 2024-01-08 03:09:20 +00:00
UncleJim added 1 commit 2024-01-08 03:10:37 +00:00
UncleJim added 1 commit 2024-01-08 10:21:33 +00:00
Dniel97 manually merged commit 62937584bc into idac 2024-01-08 17:37:50 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dniel97/artemis#8
No description provided.