Skip to content
Open
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: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ celerybeat.pid
.env
.venv
env/
venv
venv/
ENV/
env.bak/
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
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
1 change: 0 additions & 1 deletion migrations/versions/20250416_0827_d43d62fb3748_fix_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import os

import sqlalchemy as sa
from alembic import op


Expand Down
6 changes: 0 additions & 6 deletions migrations/versions/20250417_1932_b9c1ac6c4360_.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 = 'b9c1ac6c4360'
down_revision = ('5c9e53fd0e21', '40d72f2dd950')
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/20250421_1620_32883c034be8_.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 = '32883c034be8'
down_revision = ('d43d62fb3748', '018159bb0cfc')
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
3 changes: 0 additions & 3 deletions migrations/versions/20250429_2314_83a86d9e5c9b_rental_fix.py
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 @@ -6,8 +6,6 @@

"""

import os

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
Expand Down
2 changes: 0 additions & 2 deletions migrations/versions/20250522_1336_3c2c26d09969_ods_gitstat.py
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 @@ -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
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 = 'dd8e7cd6c56e'
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 @@ -6,11 +6,8 @@

"""

import os

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


revision = '2a352723139d'
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 @@ -6,11 +6,8 @@

"""

import os

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


revision = '1a383420f47f'
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
Loading
Loading