IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2010, 3:00:09 PM (15 years ago)
Author:
Serge CHASTEL
Message:

ppMops -version flag supported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r29923 r29962  
    16431643    workdir VARCHAR(255) NOT NULL, -- working directory
    16441644    comment VARCHAR(255),            -- for human memory
    1645     PRIMARY KEY(client_id)
     1645    name varchar(64) default NULL, -- unique client_id verbose identifier
     1646    output_format SMALLINT NOT NULL default 1, -- format output versioning
     1647    PRIMARY KEY(client_id),
     1648    UNIQUE KEY name (name)
    16461649) ENGINE=innodb DEFAULT CHARSET=latin1;
    16471650
Note: See TracChangeset for help on using the changeset viewer.