IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23912 for trunk/dbconfig


Ignore:
Timestamp:
Apr 17, 2009, 3:58:46 PM (17 years ago)
Author:
bills
Message:

Distribution progress

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r23893 r23912  
    10801080    FOREIGN KEY(file_id) REFERENCES receiveFile(file_id)
    10811081) ENGINE=innodb DEFAULT CHARSET=latin1;
     1082
     1083ALTER TABLE rcRun ADD COLUMN fault SMALLINT DEFAULT 0;
     1084ALTER TABLE rcRun ADD COLUMN status_fs VARCHAR(64) AFTER state;
  • trunk/dbconfig/rc.md

    r23843 r23912  
    3737    dest_id     S64         0       # Primary Key fkey(dest_id) ref rcDestination(dest_id)
    3838    state       STR         64
     39    status_fs_name   STR         64
    3940    registered  UTC         0001-01-01T00:00:00Z
     41    fault       S16        0
    4042END
    4143
Note: See TracChangeset for help on using the changeset viewer.