Conversation
… migrations (#988) Migration 29471f7cf7d2 added the named FK fk_sessions_user_id_user to sessions.user_id but did not drop the pre-existing unnamed FK, leaving two FK constraints on the same column. SQLAlchemy warns on every subsequent migration run because the unnamed FK cannot be reconciled with PRAGMA output. Drop and recreate the named constraint via batch_alter_table: since the unnamed FK is invisible to reflection, the table rebuild produces a clean schema with a single named constraint. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* Add stage direction style import from other shows (#987) Adds a new Import Style button on the Stage Direction Styles tab that opens a modal showing all styles from other shows, grouped by show with live previews. Each group is collapsible. Importing creates an unlinked copy in the current show. - GET /api/v1/show/script/stage_direction_styles/import — new endpoint returning style_groups (auth required, excludes current show via single JOIN query) - GET_IMPORTABLE_STAGE_DIRECTION_STYLES Vuex action - Import modal with collapsible b-card sections (consistent with ConfigSettings UX) and per-row import buttons with loading state - 5 new backend tests covering auth, show guard, exclusion, inclusion, and empty shows - docs/pages/script_config.md updated with Stage Direction Styles section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix ruff formatting on stage direction styles files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Client Test Results99 tests 99 ✅ 0s ⏱️ Results for commit d417f88. |
Python Test Results 1 files 1 suites 1m 21s ⏱️ Results for commit d417f88. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.