cli data ingest

This commit is contained in:
2026-09-04 23:36:47 +02:00
parent 3893b6d662
commit 897cb63401
3 changed files with 11 additions and 9 deletions
-1
View File
@@ -38,7 +38,6 @@ def upgrade() -> None:
sa.Column('date_book', sa.Date(), nullable=True),
sa.Column('amount', sa.Numeric(precision=12, scale=2), nullable=False),
sa.Column('amount_currency', sa.String(length=3), nullable=False),
sa.Column('sign', sa.Integer(), nullable=False),
sa.Column('reference', sa.String(), nullable=True),
sa.Column('other_name', sa.String(), nullable=True),
sa.Column('other_iban', sa.String(), nullable=True),