Skip to content

Add update session view for Grafana#15

Merged
lpi-tn merged 1 commit intomainfrom
Feature/update-grafana-view
Mar 12, 2026
Merged

Add update session view for Grafana#15
lpi-tn merged 1 commit intomainfrom
Feature/update-grafana-view

Conversation

@lpi-tn
Copy link
Collaborator

@lpi-tn lpi-tn commented Mar 12, 2026

This pull request introduces a new Alembic migration script to update the grafana.session view in the database. The migration simplifies the view to select all columns from user_related.session, and provides a downgrade path to revert to the previous, more restricted column selection.

Database migration:

  • Added welearn_database/alembic/versions/f8602200fa99_update_session_view.py migration script to update the grafana.session view, changing it to select all columns from user_related.session in the upgrade, and reverting to selecting specific columns in the downgrade.

@lpi-tn lpi-tn merged commit 325bc56 into main Mar 12, 2026
4 checks passed
@lpi-tn lpi-tn deleted the Feature/update-grafana-view branch March 12, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant