mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
fixed tests and treeftm
This commit is contained in:
@@ -76,7 +76,7 @@ def downgrade() -> None:
|
||||
sa.Column(
|
||||
"id",
|
||||
sa.SMALLINT(),
|
||||
server_default=sa.text("nextval(f'{schema}.role_id_seq'::regclass)"),
|
||||
server_default=sa.text(f"nextval('{schema}.role_id_seq'::regclass)"),
|
||||
autoincrement=True,
|
||||
nullable=False,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user