Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change links logic #115

Merged
merged 6 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion migrations/custom_scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from .operations_schemas import create_table_schema, drop_table_schema
from .render import render_create_group, render_create_sequence, render_drop_group, render_drop_sequence
from .schemas import add_table_schema_to_model, compare_schemas
from .tables import compare_table


__all__ = [
Expand Down
3 changes: 0 additions & 3 deletions migrations/custom_scripts/tables.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import os

from alembic.autogenerate import comparators
from sqlalchemy import text

from .operations_groups import CreateGroupOp, DeleteGroupOp, GrantOnSchemaOp, RevokeOnSchemaOp
from .operations_schemas import CreateTableSchemaOp, DropTableSchemaOp
from .operations_tables import GrantRightsOp, RevokeRightsOp


Expand Down
6 changes: 0 additions & 6 deletions migrations/versions/20240512_0913_7353088d02ce_.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op


# revision identifiers, used by Alembic.
revision = '7353088d02ce'
down_revision = ('8b6f4a99f692', 'd80ebb009b4e')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


# revision identifiers, used by Alembic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@

"""

import os

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


# revision identifiers, used by Alembic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


# revision identifiers, used by Alembic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


# revision identifiers, used by Alembic.
Expand Down
6 changes: 0 additions & 6 deletions migrations/versions/20241020_1700_8253b11f2c82_merge_heads.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op


# revision identifiers, used by Alembic.
revision = '8253b11f2c82'
down_revision = ('75df3cab6f2f', 'ee89b52980d8')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


# revision identifiers, used by Alembic.
Expand Down
1 change: 0 additions & 1 deletion migrations/versions/20241110_0936_0d19739e95cf_to_dwh.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


# revision identifiers, used by Alembic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


# revision identifiers, used by Alembic.
Expand Down
1 change: 0 additions & 1 deletion migrations/versions/20241110_1216_d56e230e4da9_fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


# revision identifiers, used by Alembic.
Expand Down
1 change: 0 additions & 1 deletion migrations/versions/20241110_1233_8ae074933b0d_fix2.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


# revision identifiers, used by Alembic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op

Expand Down
6 changes: 0 additions & 6 deletions migrations/versions/20241130_1744_4662fc16ccde_.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op


# revision identifiers, used by Alembic.
revision = '4662fc16ccde'
down_revision = ('09416a9fa7cc', 'd47cdc452c99')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op

Expand Down
Loading
Loading