[PR #428] [MERGED] 427 faulty fk constraint in prod db #431

Closed
opened 2026-02-27 19:18:10 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: 427-faulty-fk-constraint-in-prod-db


📝 Commits (8)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/428 **Author:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Created:** 6/29/2025 **Status:** ✅ Merged **Merged:** 6/29/2025 **Merged by:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Base:** `master` ← **Head:** `427-faulty-fk-constraint-in-prod-db` --- ### 📝 Commits (8) - [`e7eb48f`](https://github.com/EddieTheCubeHead/Stagnum/commit/e7eb48f2d9b3604f4a0fce659435855d1e45d56e) #427 Revert botched patch to script - [`48315b2`](https://github.com/EddieTheCubeHead/Stagnum/commit/48315b2cf91d54a931f572ac52bf4ce7e175c571) #427 Typing fixes enabled by python 3.13 - [`7b68264`](https://github.com/EddieTheCubeHead/Stagnum/commit/7b682645677bd23e002f29d1df58e4f616b50945) #427 Funny number change to force full rebuild in prod once the branch is merged - [`2940672`](https://github.com/EddieTheCubeHead/Stagnum/commit/2940672f8a13d0e78c74bc575eddffb8b41704a3) #427 Migration scripts and entity fix - [`b877574`](https://github.com/EddieTheCubeHead/Stagnum/commit/b877574185e4c184e61cfea5a7a85eb549f1f170) #427 Input typing fix powered by psycopg3 - [`79749be`](https://github.com/EddieTheCubeHead/Stagnum/commit/79749beeaea34d6daabb821363745cece9412e60) #427 Quick README fix - [`d7e55ba`](https://github.com/EddieTheCubeHead/Stagnum/commit/d7e55bae73a7615b3733f7a6ff8b8ad268cefa59) #427 Fix broken test - [`34a20c6`](https://github.com/EddieTheCubeHead/Stagnum/commit/34a20c6cca5fe09a408d89a9627922edd7e95f6a) #427 Ruff ### 📊 Changes **10 files changed** (+124 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description A bunch of other small fixes bundled in --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:18:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/Stagnum#431
No description provided.