mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 21:01:49 +00:00
Added index to datastore
Co-Authored-By: GHMatti <ghmatti@users.noreply.github.com>
This commit is contained in:
@@ -15,5 +15,8 @@ CREATE TABLE `datastore_data` (
|
||||
`owner` varchar(255),
|
||||
`data` longtext,
|
||||
|
||||
INDEX index_datastore_name (`name`),
|
||||
CONSTRAINT unique_datastore_owner_name UNIQUE (`owner`, `name`),
|
||||
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user