mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
Initial import of CVS-v2_8_branch
This commit is contained in:
21
docs/tables/groups.txt
Normal file
21
docs/tables/groups.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
GROUPS Layout for Rivendell
|
||||
|
||||
The GROUPS table holds data concerning each Cart Group configured
|
||||
on the system. Following is the layout of a record in the GROUPS
|
||||
table:
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
---------------------------------------------------------------
|
||||
NAME char(10) Primary Key
|
||||
DESCRIPTION char(255)
|
||||
DEFAULT_CART_TYPE unsigned int(10) 1=Audio, 2=Macro
|
||||
DEFAULT_LOW_CART unsigned int(10)
|
||||
DEFAULT_HIGH_CART unsigned int(10)
|
||||
CUT_SHELFLIFE int(11) -1=no autopurge
|
||||
DELETE_EMPTY_CARTS enum('N','Y') After purging cuts
|
||||
DEFAULT_TITLE char(255)
|
||||
ENFORCE_CART_RANGE enum('N','Y')
|
||||
REPORT_TFC enum('N','Y')
|
||||
REPORT_MUS enum('N','Y')
|
||||
ENABLE_NOW_NEXT enum('N','Y')
|
||||
COLOR char(7)
|
||||
Reference in New Issue
Block a user