Changeset 7234
- Timestamp:
- 07/30/05 14:45:53 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7233 r7234 31 31 runstar, writesequencefiles: 32 32 - replaced making of directories by the function 33 34 * datacenter/macros/setupdb.C: 35 - added column fTest in table Source to make building datasets 36 easier 37 - fixed small bug 33 38 34 39 -
trunk/MagicSoft/Mars/datacenter/macros/setupdb.C
r7222 r7234 361 361 " fEpochChar CHAR NULL,"// DEFAULT='J' 362 362 " fEpochDate SMALLINT(4) UNSIGNED NULL,"// DEFAULT=2000 363 " fMagnitude SMALLINT NULL" // 82=8.2 363 " fMagnitude SMALLINT NULL," // 82=8.2 364 " fTest ENUM(\"no\",\"yes\") NOT NULL" //default no 364 365 ") MAX_ROWS=65536")); 365 366 … … 420 421 " fExcludedFDAKEY SMALLINT UNSIGNED AUTO_INCREMENT PRIMARY KEY," 421 422 " fExcludedFDAImportance SMALLINT UNSIGNED NULL," 422 " fExcludedFDAAutomatic ENUM( "yes","no")NULL,"423 " fExcludedFDAAutomatic ENUM(\"yes\",\"no\") NULL," 423 424 " fExcludedFDAName VARCHAR(255) NOT NULL UNIQUE," 424 425 " fExcludedFDA VARCHAR(255) NULL"
Note:
See TracChangeset
for help on using the changeset viewer.