server: update backend tests results (rpc does not work with chords)

This commit is contained in:
2023-11-16 14:45:40 +01:00
committed by Mathieu Virbel
parent 06b29d9bd4
commit 5ffa931822
2 changed files with 8 additions and 10 deletions

View File

@@ -31,13 +31,5 @@ def upgrade() -> None:
def downgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
op.add_column(
"transcript",
sa.Column(
"share_mode",
sa.VARCHAR(),
server_default=sa.text("'private'"),
nullable=False,
),
)
op.drop_column("transcript", "audio_location")
# ### end Alembic commands ###