Erro ao consulta tabelas de scripts agendados
fixes bug#13888 dev:trevezani qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@90939 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4f0cf82b20
commit
c3af59d872
|
@ -387,7 +387,7 @@ public class FlyWay {
|
|||
|
||||
private boolean existeSchema(Connection c) {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("SELECT count(table_name) as existe FROM all_tables WHERE table_name = 'schema_version_cst'");
|
||||
sb.append("SELECT count(table_name) as existe FROM user_tables WHERE table_name = 'schema_version_cst'");
|
||||
|
||||
try {
|
||||
Statement s = c.createStatement();
|
||||
|
|
Loading…
Reference in New Issue