comparison dbdefs.inc.php @ 977:a1da651a2e45

Add compo notes field.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 13:08:17 +0200
parents 782c42dfc465
children 2c435f651a47
comparison
equal deleted inserted replaced
976:b0a8cb63334e 977:a1da651a2e45
256 256
257 "compos" => array( 257 "compos" => array(
258 array("id" , "INTEGER", "PRIMARY KEY", "AUTOINCREMENT"), 258 array("id" , "INTEGER", "PRIMARY KEY", "AUTOINCREMENT"),
259 array("name" , "VARCHAR(".SET_LEN_COMPO_NAME.")"), 259 array("name" , "VARCHAR(".SET_LEN_COMPO_NAME.")"),
260 array("description" , "VARCHAR(".SET_LEN_COMPO_DESC.")"), 260 array("description" , "VARCHAR(".SET_LEN_COMPO_DESC.")"),
261 array("notes" , "VARCHAR(".SET_LEN_COMPO_NOTES.")"),
261 array("visible" , "INT", "DEFAULT 0"), 262 array("visible" , "INT", "DEFAULT 0"),
262 array("voting" , "INT", "DEFAULT 0"), 263 array("voting" , "INT", "DEFAULT 0"),
263 264
264 // Default preview type (see PREV_* in msite.inc.php) 265 // Default preview type (see PREV_* in msite.inc.php)
265 // Global for the compo (entry-specific overrides if it is != PREV_NONE) 266 // Global for the compo (entry-specific overrides if it is != PREV_NONE)