Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiebao committed Apr 2, 2024
1 parent 2d2c956 commit 199b2fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private void init(String type, Config config) {

private void prepareJdbcTable() {
// Read the ddl sql to create table
String scriptPath = "relational-entity-store/jdbc/h2/schema-h2.sql";
String scriptPath = "h2/schema-h2.sql";
try (SqlSession sqlSession =
SqlSessionFactoryHelper.getInstance().getSqlSessionFactory().openSession(true);
Connection connection = sqlSession.getConnection();
Expand Down
File renamed without changes.

0 comments on commit 199b2fe

Please sign in to comment.