Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nopaque
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
SFB 1288 - INF
nopaque
Commits
7be410d6
Commit
7be410d6
authored
2 years ago
by
Patrick Jentsch
Browse files
Options
Downloads
Patches
Plain Diff
Change migrationscript running order
parent
4e6aec35
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
migrations/versions/4820fa2e3ee2_.py
+2
-2
2 additions, 2 deletions
migrations/versions/4820fa2e3ee2_.py
with
2 additions
and
2 deletions
migrations/versions/4820fa2e3ee2_.py
+
2
−
2
View file @
7be410d6
"""
Add profile pages columns to users table
Revision ID: 4820fa2e3ee2
Revises:
31b9c0259e6b
Revises:
f2656133df2f
Create Date: 2022-11-30 10:03:49.080576
"""
...
...
@@ -9,7 +9,7 @@ from alembic import op
import
sqlalchemy
as
sa
revision
=
'
4820fa2e3ee2
'
down_revision
=
'
31b9c0259e6b
'
down_revision
=
'
f2656133df2f
'
branch_labels
=
None
depends_on
=
None
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment