IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of Sofware_Version


Ignore:
Timestamp:
May 24, 2012, 4:54:04 PM (14 years ago)
Author:
dravg.ifa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sofware_Version

    v1 v1  
     1= Software Version numbers/strings =
     2
     3{{{
     4
     5mysql> select distinct software_ver, label from camRun where label like '%SAS%';
     6+--------------+---------------------------------+
     7| software_ver | label                           |
     8+--------------+---------------------------------+
     9| 29775        | SAS.20101118                    |
     10| 31691        | SAS2.12                         |
     11| 31691        | SAS.footprint.123               |
     12| 31857M       | SAS.footprint.123               |
     13| 31857M       | SAS2.123                        |
     14| 31857M       | SAS2.12                         |
     15| 31857M       | SAS2.123.synthcat               |
     16| 31857M       | SAS2.123.synthcat2              |
     17| 32410M       | HAF.SAS.test.nobg               |
     18| 32410M       | HAF.SAS.test.nobg.pr            |
     19| 32410M       | HAF.SAS.test.nobg.default       |
     20| 32757        | SAS.footprint.123.rerun20111129 |
     21| 32757        | SAS2.123.rerun20111129          |
     22| 32675M       | czw.SASg.bkg                    |
     23| 33273M       | czw.SAS.continuity.deprecate    |
     24| NULL         | czw.SAS.continuity.deprecate    |
     25| 33322M       | czw.SAS.continuity.deprecate    |
     26| 33322        | czw.SAS.continuity              |
     27| 33644M       | czw.SAStest                     |
     28| 33854M       | SAStest.v4                      |
     29+--------------+---------------------------------+
     30
     31
     32}}}