Files
spring-integration/spring-integration-jdbc
Artem Bilan ecc6824a8c INT-4262-4.3: Fix SQL scripts for IF EXISTS
JIRA: https://jira.spring.io/browse/INT-4262

Since `IF EXISTS` doesn't exist for `DROP INDEX` command and even more
this command isn't necessary when we fully drop the table, we don't need it
as a separate command.
`DROP TABLE IF EXISTS` is fully sufficient for schema recreation requirements

* Add `NODROPINDEX` variable for VPP engine to let it do not add `DROP INDEX` command
* Fix `channel/schema-mysql.sql` for proper INDEX names
2017-04-28 15:39:54 -04:00
..