Changeset 6937
- Timestamp:
- 04/13/05 15:40:35 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6935 r6937 28 28 29 29 * datacenter/scripts/copyscript 30 - fixed bug 30 - fixed bug / changed path 31 32 * datacenter/macros/setupdb.C 33 - added table 31 34 32 35 -
trunk/MagicSoft/Mars/datacenter/macros/setupdb.C
r6933 r6937 552 552 ")"; 553 553 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 554 561 TSQLResult *res; 555 562
Note:
See TracChangeset
for help on using the changeset viewer.