IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2009, 2:19:48 PM (17 years ago)
Author:
bills
Message:

Pass information about the paths from the distribution server to the client.
Use these to edit the database dump

File:
1 edited

Legend:

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

    r24105 r24125  
    13301330    fileset VARCHAR(128) NOT NULL, -- fileset to receive
    13311331    state VARCHAR(64), -- new or full
    1332     dbinfo_uri VARCHAR(255), -- uri for database dump for this fileset's run
     1332    dirinfo VARCHAR(255), -- uri for directory info file for this run
     1333    dbinfo VARCHAR(255), -- uri for database dump file for this run
    13331334    fault SMALLINT NOT NULL DEFAULT 0, -- Fault code
    13341335    PRIMARY KEY(fileset_id),
Note: See TracChangeset for help on using the changeset viewer.