IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2008, 4:19:52 PM (18 years ago)
Author:
jhoblitt
Message:

add epoch fields to pz*, new*, & raw* tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r17839 r17872  
    1 # $Id: tasks.md,v 1.153 2008-05-29 02:36:29 jhoblitt Exp $
     1# $Id: tasks.md,v 1.154 2008-05-31 02:19:17 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    2424    telescope   STR         64      # Primary Key
    2525    uri         STR         255
     26    epoch       UTC         0001-01-01T00:00:00Z
    2627END
    2728
     
    3839    imfiles     S32         0
    3940    fault       S16         0       # Key NOT NULL
     41    epoch       UTC         0001-01-01T00:00:00Z
    4042END
    4143
     
    5355    class_id    STR         64      # Primary Key
    5456    uri         STR         255
     57    epoch       UTC         0001-01-01T00:00:00Z
    5558END
    5659
     
    6265    telescope   STR         64      # Primary Key
    6366    state       STR         64      # Key
     67    epoch       UTC         0001-01-01T00:00:00Z
    6468END
    6569
     
    7276    uri         STR         255
    7377    fault       S16         0       # Key NOT NULL
     78    epoch       UTC         0001-01-01T00:00:00Z
    7479END
    7580
     
    8792    end_stage   STR         64      # Key
    8893    label       STR         64      # Key
     94    epoch       UTC         0001-01-01T00:00:00Z
    8995END
    9096
     
    95101    tmp_class_id STR        64      # Primary Key
    96102    uri         STR         255
     103    epoch       UTC         0001-01-01T00:00:00Z
    97104END
    98105
     
    156163    hostname    STR         64
    157164    fault       S16         0       # Key NOT NULL
     165    epoch       UTC         0001-01-01T00:00:00Z
    158166END
    159167
     
    215223    hostname    STR         64
    216224    fault       S16         0       # Key NOT NULL
    217 END
     225    epoch       UTC         0001-01-01T00:00:00Z
     226END
Note: See TracChangeset for help on using the changeset viewer.