feat 订阅支持更多过滤规则

This commit is contained in:
jxxghp
2023-10-12 08:58:59 +08:00
parent ac3009d58f
commit 7a61fa1ee2
6 changed files with 74 additions and 3 deletions

View File

@ -8,7 +8,6 @@ Create Date: 2023-09-28 13:37:16.479360
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'a521fbc28b18'
down_revision = 'b2f011d3a8b7'
@ -26,5 +25,6 @@ def upgrade() -> None:
pass
# ### end Alembic commands ###
def downgrade() -> None:
pass
pass