From 4509a70f99f39b3c5d0c42d3a81fa50dc399d711 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Fri, 20 Jan 2023 11:54:54 +0100 Subject: [PATCH] refactor(model): set default for company table --- models/company.model | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/company.model b/models/company.model index 4c6259408..074246b35 100644 --- a/models/company.model +++ b/models/company.model @@ -7,8 +7,8 @@ Company name CompanyName -- == (CI Text) shorthand CompanyShorthand -- == (CI Text) and CompanyKey :: CompanyShorthand -> CompanyId FUTURE TODO: a shorthand will become available through the AVS interface in the future - avsId Int -- primary key from avs - prefersPostal Bool default=false -- new company users prefers letters by post instead of email + avsId Int default=0 -- primary key from avs + prefersPostal Bool default=false -- new company users prefers letters by post instead of email postAddress StoredMarkup Maybe -- default company postal address UniqueCompanyName name UniqueCompanyShorthand shorthand