From 80afd7070f2d8e57cab2fe55fef611623fdb75f0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 26 Mar 2018 15:05:41 +0200 Subject: Make sure we initialize the environment correctly and only set the db version when creating it --- common/storage/entitystore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/storage/entitystore.h') diff --git a/common/storage/entitystore.h b/common/storage/entitystore.h index 985e7f9..003a2ca 100644 --- a/common/storage/entitystore.h +++ b/common/storage/entitystore.h @@ -39,7 +39,7 @@ public: EntityStore(const ResourceContext &resourceContext, const Sink::Log::Context &); ~EntityStore() = default; - void createIfMissing(); + void initialize(); //Only the pipeline may call the following functions outside of tests bool add(const QByteArray &type, ApplicationDomain::ApplicationDomainType newEntity, bool replayToSource); -- cgit v1.2.3