fix typo
This commit is contained in:
parent
1bde12eed0
commit
0e6b3b49b8
@ -32,7 +32,7 @@ import java.sql.Statement;
|
||||
public abstract class AbstractSqlTsDatabaseUpgradeService {
|
||||
|
||||
protected static final String CALL_REGEX = "call ";
|
||||
protected static final String DROP_TABLE = "DROP TABLE ";
|
||||
protected static final String DROP_TABLE = "DROP TABLE ";
|
||||
protected static final String DROP_PROCEDURE_IF_EXISTS = "DROP PROCEDURE IF EXISTS ";
|
||||
|
||||
@Value("${spring.datasource.url}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user