Changeset 1312

Show
Ignore:
Timestamp:
02/26/06 19:11:20 (4 years ago)
Author:
mbonetti
Message:

mysql 3 doesn't like ENGINE=MyISAM

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/schema.php

    r1300 r1312  
    687687          value text NOT NULL, 
    688688          UNIQUE KEY uniq (fk_ref_object_id(180),property,proptype) 
    689         ) ENGINE=MyISAM; 
     689        ) TYPE=MyISAM; 
     690         
    690691_SQL_ 
    691692);