liquid_feedback_frontend

annotate model/file.lua @ 1706:2558d9c15c44

Show top MOTD only when no unit or area is selected
author bsw
date Mon Sep 27 11:03:28 2021 +0200 (2021-09-27)
parents 17e7082c377a
children
rev   line source
bsw@1495 1 File = mondelefant.new_class()
bsw@1495 2 File.table = "file"
bsw@1495 3 File.primary_key = "id"
bsw@1495 4
bsw@1495 5 File.binary_columns = {
bsw@1495 6 data = true,
bsw@1495 7 preview_data = true
bsw@1495 8 }

Impressum / About Us