Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
truenas
Commits
7b18b0fd
Commit
7b18b0fd
authored
1 year ago
by
themylogin
Browse files
Options
Download
Email Patches
Plain Diff
Merge migration
parent
5e809c84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/middlewared/middlewared/alembic/versions/24.04/2024-01-02_15-19_merge.py
+24
-0
...dlewared/alembic/versions/24.04/2024-01-02_15-19_merge.py
with
24 additions
and
0 deletions
+24
-0
src/middlewared/middlewared/alembic/versions/24.04/2024-01-02_15-19_merge.py
0 → 100644
View file @
7b18b0fd
"""Merge
Revision ID: a33672445bed
Revises: 69789458866a, bc770461df0d
Create Date: 2024-01-02 15:19:53.113060+00:00
"""
from
alembic
import
op
import
sqlalchemy
as
sa
# revision identifiers, used by Alembic.
revision
=
'a33672445bed'
down_revision
=
(
'69789458866a'
,
'bc770461df0d'
)
branch_labels
=
None
depends_on
=
None
def
upgrade
():
pass
def
downgrade
():
pass
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment