mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #196] [MERGED] 195 Create a new pool corrupts data in backend #316
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/196
Author: @EddieTheCubeHead
Created: 4/6/2024
Status: ✅ Merged
Merged: 4/7/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:195-creating-a-new-pool-corrupts-data-in-backend📝 Commits (1)
5f38158195 Create a new pool corrupts data in backend📊 Changes
2 files changed (+5 additions, -4 deletions)
View changed files
📝
server/src/api/pool/dependencies.py(+3 -2)📝
server/src/database/entities.py(+2 -2)📄 Description
FK relationship was marking a property as null and causing core to think we are creating user's first pool. Changed to read a property that is not a relationship. Fixed small typing errors
Fixed playback starting not using the new randomization algorithm
No new test for this as SQLite doesn't respect FK functionality and thus this cannot be reproduced in our test suite as it stands
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.