Removed a copy past error (#525)

This commit is contained in:
Philipp Horstenkamp 2024-01-05 10:57:19 +01:00 committed by GitHub
parent d41c79fc0d
commit e8c27d0954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,6 @@ class Company(Base):
company_type = sa.Column(sa.Enum(CompanyTypeEnum), nullable=True)
founding_date = sa.Column(sa.Date, nullable=True)
business_purpose = sa.Column(sa.String(), nullable=True)
sector = sa.Column(sa.String(100), nullable=True)
street = sa.Column(sa.String(100), nullable=True)
house_number = sa.Column(sa.String(30), nullable=True)