liquid_feedback_frontend
diff model/survey_question.lua @ 1843:b01d9920371b
merge
author | jbe |
---|---|
date | Thu Feb 03 15:57:22 2022 +0100 (2022-02-03) |
parents | 5a8a09119865 |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/model/survey_question.lua Thu Feb 03 15:57:22 2022 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +SurveyQuestion = mondelefant.new_class() 1.5 +SurveyQuestion.table = 'survey_question' 1.6 + 1.7 +SurveyQuestion:add_reference{ 1.8 + mode = 'm1', 1.9 + to = "Survey", 1.10 + this_key = 'survey_id', 1.11 + that_key = 'id', 1.12 + ref = 'survey', 1.13 +}