mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #428] [MERGED] 427 faulty fk constraint in prod db #431
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#431
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/428
Author: @EddieTheCubeHead
Created: 6/29/2025
Status: ✅ Merged
Merged: 6/29/2025
Merged by: @EddieTheCubeHead
Base:
master← Head:427-faulty-fk-constraint-in-prod-db📝 Commits (8)
e7eb48f#427 Revert botched patch to script48315b2#427 Typing fixes enabled by python 3.137b68264#427 Funny number change to force full rebuild in prod once the branch is merged2940672#427 Migration scripts and entity fixb877574#427 Input typing fix powered by psycopg379749be#427 Quick README fixd7e55ba#427 Fix broken test34a20c6#427 Ruff📊 Changes
10 files changed (+124 additions, -38 deletions)
View changed files
📝
infra/config/docker-compose.yaml(+1 -1)📝
server/README.md(+2 -3)📝
server/src/alembic/versions/22d3b92264b6_add_playback_history_support_to_database.py(+2 -14)➕
server/src/alembic/versions/d2a36ff0d00d_delete_faulty_table.py(+46 -0)➕
server/src/alembic/versions/e5382c8b5f3e_re_add_history_table_with_correct_.py(+49 -0)📝
server/src/api/common/helpers.py(+2 -1)📝
server/src/api/pool/dependencies.py(+15 -12)📝
server/src/api/pool/routes.py(+2 -2)📝
server/src/database/entities.py(+4 -4)📝
server/test/pool_features/delete_content_features.py(+1 -1)📄 Description
A bunch of other small fixes bundled in
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.