mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
The user_accounts table has been moved...
...to users in the latest es_extended update.
This commit is contained in:
@@ -11,7 +11,6 @@ local IdentifierTables = {
|
||||
{table = "owned_properties", column = "owner"},
|
||||
{table = "rented_vehicles", column = "owner"},
|
||||
{table = "users", column = "identifier"},
|
||||
{table = "user_accounts", column = "identifier"},
|
||||
{table = "user_licenses", column = "owner"},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user