Changeset 2 for trunk/mysql.sql

Show
Ignore:
Timestamp:
12/01/08 18:39:54 (16 years ago)
Author:
ixs
Message:

Added Direction tracking to the database in order to workaround flowprobes who omit this value

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mysql.sql

    r1 r2  
    2929  `TimeStart` int(11) unsigned NOT NULL default '0', 
    3030  `TimeStop` int(11) unsigned NOT NULL default '0', 
     31  `Direction` smallint(11) unsigned NULL default NULL, 
    3132  `Bytes` int(11) unsigned NOT NULL default '0', 
    3233  `Pakets` int(11) unsigned NOT NULL default '0',