Skip to content

Commit

Permalink
REbase into migration...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Nov 19, 2024
1 parent 371589b commit 6c069ac
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@
import sqlalchemy as sa
from sqlalchemy import (
Column,
Integer,
String,
)

from galaxy.model.migrations.util import (
add_column,
column_exists,
drop_column,
create_foreign_key,
create_table,
drop_table,
transaction,
)


# revision identifiers, used by Alembic.
revision = '1d1d7bf6ac02'
down_revision = 'a99a5b52ccb8'
down_revision = 'cbc46035eba0'
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 6c069ac

Please sign in to comment.