diff --git a/src/parenttext_pipeline/models/parenttext_models.py b/src/parenttext_pipeline/models/parenttext_models.py index 4a9bc05..e2be040 100644 --- a/src/parenttext_pipeline/models/parenttext_models.py +++ b/src/parenttext_pipeline/models/parenttext_models.py @@ -509,6 +509,7 @@ class SettingsProfileModel(DataRowModel): class ReferralsModel(DataRowModel): referrals: str = '' option_name: str = '' + intro: str = '' class SafeguardingRedirectModel(DataRowModel): @@ -595,4 +596,4 @@ class GlobalVariableModel(DataRowModel): var_value: str = '' class IncentiveModel(DataRowModel): - amount: str = '' \ No newline at end of file + amount: str = ''