[Database] Add primary key to keyring table (#3746)

* [Database] Add primary key to keyring table

# Notes
- Adds a primary key of `id` to `keyring` table so we can use it with repositories.

* Update version.h

* Update client.cpp

* Update client.cpp
This commit is contained in:
Alex King
2023-12-07 23:12:01 -05:00
committed by GitHub
parent 6466c2ff21
commit 56c29154f0
6 changed files with 466 additions and 25 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9245
#define CURRENT_BINARY_DATABASE_VERSION 9246
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9040