Skip to content

Commit

Permalink
1914242
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 14, 2008
1 parent 2813683 commit bb0f679
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ private URL getSqlScriptUrl() {
private boolean isPackageUpToDate(String name) throws Exception {
return jdbcTemplate
.queryForInt(
"select count(*) from all_objects where object_name= upper(?) ",
"select count(*) from user_objects where object_name= upper(?) ",
new Object[] { name }) > 0;
}

Expand Down

0 comments on commit bb0f679

Please sign in to comment.