mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 19:46:35 +00:00
[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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user