IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17877 for trunk/dbconfig


Ignore:
Timestamp:
Jun 2, 2008, 11:24:18 AM (18 years ago)
Author:
jhoblitt
Message:

first use of fake* tables
VERSION 1.1.38

Location:
trunk/dbconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r17872 r17877  
    171171ALTER TABLE rawImfile ADD COLUMN epoch TIMESTAMP DEFAULT CURRENT_TIMESTAMP AFTER fault;
    172172
     173-- 1.1.38
    173174
     175-- first use of fake* tables
     176-- just drop/recreate any fake* tables prior to this point
  • trunk/dbconfig/config.md

    r17872 r17877  
    22    pkg_name        STR     ippdb
    33    pkg_namespace   STR     ippdb
    4     pkg_version     STR     1.1.37
     4    pkg_version     STR     1.1.38
    55END
  • trunk/dbconfig/fake.md

    r17358 r17877  
    11fakeRun METADATA
    22    fake_id     S64         0       # Primary Key AUTO_INCREMENT
    3     exp_id      S64         64      # Key INDEX(fake_id, exp_id) fkey (exp_id) ref rawExp(exp_id)
     3    cam_id      S64         0       # Key INDEX(fake_id, cam_id) fkey (cam_id) ref camRun(cam_id)
    44    state       STR         64      # Key
    55    workdir     STR         255
    6     workdir_state STR       64      # Key
    76    label       STR         64      # Key
    87    reduction   STR         64      # Reduction class
     
    1110    tess_id     STR         64
    1211    end_stage   STR         64      # Key
     12    epoch       UTC         0001-01-01T00:00:00Z
    1313END
    1414
    1515fakeProcessedImfile METADATA
    16     fake_id         S64     0       # Primary Key fkey (fake_id, exp_id) ref fakeRun(fake_id, exp_id)
     16    fake_id         S64     0       # Primary Key fkey (fake_id) ref fakeRun(fake_id)
    1717    exp_id          S64     64      # Primary Key fkey (exp_id, class_id) ref rawImfile(exp_id, class_id)
    1818    class_id        STR     64      # Primary Key
     
    2222    path_base       STR     255
    2323    fault           S16     0       # Key NOT NULL
     24    epoch           UTC         0001-01-01T00:00:00Z
    2425END
    2526
Note: See TracChangeset for help on using the changeset viewer.