IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42636


Ignore:
Timestamp:
Feb 22, 2024, 2:50:42 PM (2 years ago)
Author:
eugene
Message:

add minidvodb_host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippTools/share/pxadmin_create_tables.sql

    r42635 r42636  
    557557    minidvodb_group VARCHAR(64),
    558558    minidvodb_name VARCHAR(64),
     559    minidvodb_host VARCHAR(64),
    559560    PRIMARY KEY(add_id),
    560561    KEY(add_id),
     
    18871888       minidvodb_group VARCHAR(64) NOT NULL,
    18881889       minidvodb_path VARCHAR(255) NOT NULL,
     1890       minidvodb_host VARCHAR(64) NOT NULL,
    18891891       state VARCHAR(64) NOT NULL,
    18901892       note VARCHAR(255) NOT NULL,
Note: See TracChangeset for help on using the changeset viewer.