mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Possibility drop (hide infact) records from DBStore/SQLStorage.
This commit is contained in:
parent
6610484609
commit
43cc07fbbc
3 changed files with 24 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ class SQLStorage
|
|||
void Load();
|
||||
void Free();
|
||||
|
||||
void EraseEntry(uint32 id);
|
||||
private:
|
||||
void init(const char * _entry_field, const char * sqlname)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue