add dependency on libsuou, add settings page, color themes, strikes, blocks and memberships (the latter two to be implemented later)
This commit is contained in:
parent
c451a15b1c
commit
c1c005cc4e
40 changed files with 992 additions and 260 deletions
28
alembic/versions/7122c8715ff9_.py
Normal file
28
alembic/versions/7122c8715ff9_.py
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
"""autogenerated to allow downgrade to nothing as a bugfix
|
||||
|
||||
Revision ID: 7122c8715ff9
|
||||
Revises: 29a8d663c7ce
|
||||
Create Date: 2025-06-17 22:05:14.803669
|
||||
|
||||
"""
|
||||
from typing import Sequence, Union
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision: str = '7122c8715ff9'
|
||||
down_revision: Union[str, None] = None
|
||||
branch_labels: Union[str, Sequence[str], None] = None
|
||||
depends_on: Union[str, Sequence[str], None] = None
|
||||
|
||||
|
||||
def upgrade() -> None:
|
||||
"""Upgrade schema."""
|
||||
pass
|
||||
|
||||
|
||||
def downgrade() -> None:
|
||||
"""Downgrade schema."""
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue