Changeset 11769

Show
Ignore:
Timestamp:
08/28/07 14:23:09 (1 year ago)
Author:
piotras
Message:

Added legacy repligard columns

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/branch-1-9/midgard/core/midgard/src/query.c

    r11761 r11769  
    883883                object_action int(11) NOT NULL default '0',     \ 
    884884                object_action_date datetime NOT NULL default '0000-00-00 00:00:00', \ 
     885                realm varchar(255) NOT NULL default '',         \ 
     886                changed timestamp(14) NOT NULL,                 \ 
     887                updated timestamp(14) NOT NULL,                 \ 
     888                action enum('create','update','delete') NOT NULL default 'create',      \ 
    885889                PRIMARY KEY (guid),                             \ 
    886890                KEY repligard_guid_idx(guid(80))                \