Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!1618
update vlass templates for pimscache python3.10 upgrade
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update vlass templates for pimscache python3.10 upgrade
update-vlass-python
into
main
Overview
0
Commits
30
Pipelines
3
Changes
1
Merged
Charlotte Hausman
requested to merge
update-vlass-python
into
main
1 year ago
Overview
0
Commits
30
Pipelines
3
Changes
1
Expand
Let's make sure pimscache can actually find python3.10 from a workflow...
0
0
Merge request reports
Viewing commit
e4693278
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e4693278
Updated alembic down revision
· e4693278
Daniel Nemergut
authored
1 year ago
shared/workspaces/alembic/versions/82f7b57c8ad7_move_raw_data.py
+
2
−
2
Options
"""
move raw data
Revision ID: 82f7b57c8ad7
Revises: 7
ec92e7da566
Revises: 7
abf54ae3fe5
Create Date: 2024-03-25 11:53:42.954521
"""
@@ -12,7 +12,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision
=
'
82f7b57c8ad7
'
down_revision
=
'
7
ec92e7da566
'
down_revision
=
'
7
abf54ae3fe5
'
branch_labels
=
None
depends_on
=
None
Loading