diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 041574deb..9c2f95db1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ name: Build Signum Node on: + pull_request: push: branches: - '**' diff --git a/conf/node-default.properties b/conf/node-default.properties index 004753d1c..13a401771 100644 --- a/conf/node-default.properties +++ b/conf/node-default.properties @@ -31,7 +31,7 @@ ## We are using the H2 file based as default with no username/password. -# DB.Url=jdbc:h2:file:./db/signum;DB_CLOSE_ON_EXIT=FALSE +# DB.Url=jdbc:h2:file:./db/signum-v2;DB_CLOSE_ON_EXIT=FALSE # DB.Username= # DB.Password=