feat: adder unsigned integer for id, function set expiry, "ps_id"

This commit is contained in:
TheNoxium
2025-03-31 12:34:41 +05:00
parent b95b7caefd
commit d7bef1ad26
5 changed files with 62 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ from sqlalchemy import pool
from alembic import context
from api.db import metadata
from api.db import metadata, tables
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.