del numbers from schema

This commit is contained in:
Raykov-MS 2026-06-30 11:52:39 +03:00
parent 8869423ea6
commit 03ea64d6b5

View File

@ -920,7 +920,6 @@ def upgrade() -> None:
sa.Column('vsp_type', sa.String(100)),
sa.Column('notes', sa.Text()),
sa.Column('location_form', sa.String()),
sa.Column('numbers', sa.Integer()),
sa.Column('rent_contract_num', sa.String()),
sa.Column('rent_end_date', sa.Date()),
schema='v3',