From 7ca2b30d4a60ca170ea27b017aca7d0f332b7b1c Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 18 May 2020 20:24:17 -0400 Subject: [PATCH] sqlExport: Add limited operations fields to Member --- memberPlumbing/mw_models.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/memberPlumbing/mw_models.py b/memberPlumbing/mw_models.py index cfdb1ba..ed0e1c5 100644 --- a/memberPlumbing/mw_models.py +++ b/memberPlumbing/mw_models.py @@ -107,6 +107,12 @@ class Member(BaseModel): access_permitted_shops_during_extended_hours = BooleanField( column_name="Access Permitted Shops During Extended Hours?", null=True ) + access_permitted_during_limited_operations = BooleanField( + column_name="Access Permitted During Limited Operations", null=True + ) + access_permitted_during_covid19_staffed_period_only = BooleanField( + column_name="Access Permitted During COVID-19 Staffed Period Only", null=True + ) access_front_door_and_studio_space_during_extended_hours = BooleanField( column_name="Access Front Door and Studio Space During Extended Hours?", null=True,