From 3e1908ec08f9e6417cdaa708025d2e75fbdb09f5 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Tue, 25 Sep 2018 13:37:24 +0100 Subject: [PATCH] Fixed sample database data retention. --- backend/configuration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/configuration.yml b/backend/configuration.yml index f6f2ad8..f2b2d14 100644 --- a/backend/configuration.yml +++ b/backend/configuration.yml @@ -8,13 +8,13 @@ database: # any properties specific to your JDBC driver: properties: foreign_keys: true - hibernate.hbm2ddl.auto: create + hibernate.hbm2ddl.auto: update server: rootPath: /api/ requestLog: appenders: - - type: console - queueSize: 2048 + - type: console + queueSize: 2048 adminPassword: "testPassword"