Skip to content

Commit

Permalink
Merge pull request #48 from barspi/master
Browse files Browse the repository at this point in the history
CREATESCHEMA command. Delete residual line that generated duplicate s…
  • Loading branch information
ar authored Mar 21, 2017
2 parents b560919 + 70edd47 commit 15be1e4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ public void exec(CLIContext cli, String[] args) throws Exception {
db.beginTransaction();
db.createSchema(filename, create);
}
new org.jpos.ee.DB().createSchema(filename, create);
}
}

0 comments on commit 15be1e4

Please # to comment.