added migration from version 3 of client management to version 4
This commit is contained in:
parent
12fbc7d258
commit
a68f19d72f
2 changed files with 21 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ protected:
|
|||
private:
|
||||
bool isClientExists(const QString &clientId);
|
||||
|
||||
void migration(const QByteArray &clientsTableString);
|
||||
|
||||
ErrorCode revokeOpenVpn(const int row, const DockerContainer container, ServerCredentials credentials);
|
||||
ErrorCode revokeWireGuard(const int row, const DockerContainer container, ServerCredentials credentials);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue