Commit 0e6b3b49b8bf56b2a450c2fc2c4f1a8e4f9d5821

Authored by Dmytro Shvaika
Committed by Andrew Shvayka
1 parent 1bde12ee

fix typo

... ... @@ -32,7 +32,7 @@ import java.sql.Statement;
32 32 public abstract class AbstractSqlTsDatabaseUpgradeService {
33 33
34 34 protected static final String CALL_REGEX = "call ";
35   - protected static final String DROP_TABLE = "DROP TABLE ";
  35 + protected static final String DROP_TABLE = "DROP TABLE ";
36 36 protected static final String DROP_PROCEDURE_IF_EXISTS = "DROP PROCEDURE IF EXISTS ";
37 37
38 38 @Value("${spring.datasource.url}")
... ...