liquid_feedback_frontend

diff model/draft_attachment.lua @ 1495:17e7082c377a

Added image attachments for initiatives
author bsw
date Mon Feb 10 21:10:49 2020 +0100 (2020-02-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/model/draft_attachment.lua	Mon Feb 10 21:10:49 2020 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +DraftAttachment = mondelefant.new_class()
     1.5 +DraftAttachment.table = "draft_attachment"
     1.6 +DraftAttachment.primary_key = "id"
     1.7 +
     1.8 +

Impressum / About Us