Fixing ActionLinks

This commit is contained in:
stephb9959
2021-11-10 11:44:09 -08:00
parent c5bab1d749
commit 3c7daa537a
2 changed files with 2 additions and 2 deletions

2
build
View File

@@ -1 +1 @@
25
27

View File

@@ -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) {