Changeset 6937


Ignore:
Timestamp:
04/13/05 15:40:35 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6935 r6937  
    2828   
    2929   * datacenter/scripts/copyscript
    30      - fixed bug
     30     - fixed bug / changed path
     31   
     32   * datacenter/macros/setupdb.C
     33     - added table
    3134
    3235
  • trunk/MagicSoft/Mars/datacenter/macros/setupdb.C

    r6933 r6937  
    552552         ")";
    553553
     554    list.Add(new TObjString(
     555        "CREATE TABLE MyMagic.MarsVersion ("
     556        "  fMarsVersion        SMALLINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,"
     557        "  fStartDate          DATETIME                NULL ,"
     558        "  fMarsVersionName    VARCHAR(12)         NOT NULL UNIQUE"
     559        ") MAX_ROWS=256"));
     560
    554561    TSQLResult *res;
    555562
Note: See TracChangeset for help on using the changeset viewer.