Skip to content

Commit

Permalink
change links logic (#115)
Browse files Browse the repository at this point in the history
ломаю линки для расписания
или чиню
ни на что не влияет

---------

Co-authored-by: Парфенов Михаил Александрович <[email protected]>
  • Loading branch information
parfenovma and Парфенов Михаил Александрович authored Dec 11, 2024
1 parent afd215f commit 3df7c6e
Show file tree
Hide file tree
Showing 31 changed files with 496 additions and 79 deletions.
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

0 comments on commit 3df7c6e

Please sign in to comment.