From 3c7daa537a1170b00dd7c4ae442dd45354cecc3c Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Wed, 10 Nov 2021 11:44:09 -0800 Subject: [PATCH] Fixing ActionLinks --- build | 2 +- src/storage/storage_tables.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index 410b14d..a5c750f 100644 --- a/build +++ b/build @@ -1 +1 @@ -25 \ No newline at end of file +27 \ No newline at end of file diff --git a/src/storage/storage_tables.cpp b/src/storage/storage_tables.cpp index 1510512..c830d72 100644 --- a/src/storage/storage_tables.cpp +++ b/src/storage/storage_tables.cpp @@ -82,7 +82,7 @@ namespace OpenWifi { try { Poco::Data::Session Sess = Pool_->get(); Sess << "CREATE TABLE IF NOT EXISTS Tokens (" + - AllUsersFieldsForCreation + + AllTokensFieldsForCreation + ") ", Poco::Data::Keywords::now; return 0; } catch(const Poco::Exception &E) {