changeset 622:b58495c2d01a

Add new field in entries table.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Nov 2014 05:46:05 +0200
parents 9ad53fda22bc
children 8e6331d7870d
files dbdefs.inc.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dbdefs.inc.php	Sat Nov 01 05:41:41 2014 +0200
+++ b/dbdefs.inc.php	Sat Nov 01 05:46:05 2014 +0200
@@ -1,6 +1,6 @@
 <?
 
-$dbVersion = 14;
+$dbVersion = 15;
 
 //
 // Site settings and defaults we put in
@@ -245,6 +245,7 @@
     array("preview_file" , "VARCHAR(".SET_LEN_ENTRY_PREVIEW_FILE.")", "DEFAULT NULL"),
     array("preview_type" , "INT", "DEFAULT 0"),
     array("flags"        , "INT", "DEFAULT 0"),
+    array("evalue"       , "INT", "DEFAULT 0"),
   ),
 
   "attendees" => array(