mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-30 18:27:49 +00:00
Fixing ActionLinks
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user