IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19558 for trunk/dbconfig


Ignore:
Timestamp:
Sep 15, 2008, 2:21:00 PM (18 years ago)
Author:
bills
Message:

changes to support cleanup, purge, and update processing

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r19401 r19558  
    466466UPDATE warpSkyfile SET data_state = 'full';
    467467
     468ALTER TABLE fakeProcessedImfile add column data_state varchar(64) after path_base;
     469update fakeProcessedImfile set data_state ='full';
     470
  • trunk/dbconfig/fake.md

    r17877 r19558  
    2121    hostname        STR     64
    2222    path_base       STR     255
     23    data_state      STR     64      # Key
    2324    fault           S16     0       # Key NOT NULL
    2425    epoch           UTC         0001-01-01T00:00:00Z
Note: See TracChangeset for help on using the changeset viewer.