Edgewall Software

Changes between Initial Version and Version 1 of Ticket #461


Ignore:
Timestamp:
Sep 23, 2009, 10:09:58 AM (15 years ago)
Author:
osimons
Comment:

Hmm. That is different from SQLite and Postgres.

We'd need to add some db-detection logic and use different syntax.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #461

    • Property Milestone changed from 0.7 to 0.6
  • Ticket #461 – Description

    initial v1  
    22
    33SQL-Statemant should be :
     4{{{
    45DROP INDEX bitten_build_config_rev_slave_idx on bitten_build
     6}}}
    57instead of
     8{{{
    69DROP INDEX bitten_build_config_rev_slave_idx
     10}}}
    711to work (also see http://dev.mysql.com/doc/refman/5.0/en/drop-index.html)