liquid_feedback_frontend

view model/file.lua @ 1526:45fd259aa1ad

Added login api interface and login scope
author bsw
date Mon Aug 24 13:48:03 2020 +0200 (2020-08-24)
parents 17e7082c377a
children
line source
1 File = mondelefant.new_class()
2 File.table = "file"
3 File.primary_key = "id"
5 File.binary_columns = {
6 data = true,
7 preview_data = true
8 }

Impressum / About Us