Add DROP INDEX support to DatabaseSqlite::replaceVars method
authorDereckson <dereckson@espace-win.org>
Tue, 15 Oct 2013 19:46:39 +0000 (21:46 +0200)
committerDereckson <dereckson@espace-win.org>
Tue, 15 Oct 2013 20:32:28 +0000 (22:32 +0200)
DROP INDEX is database-wide (and not table-specific) in SQLite,
so we need to add a rule in our MySQL to SQLite schema convert.

"DROP INDEX foo ON bar" becomes "DROP INDEX foo".

Change-Id: Ie10784d166ed5a7f6ea52cf4f3a812fb7878a744


No differences found