mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
Added missing SQL information
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
# esx_joblisting
|
||||
Simple job listing script, you can specify what jobs you want to be whitelisted.
|
||||
|
||||
### Update
|
||||
If you have an outdated version of ES Extended, you might need to run the following on your SQL server:
|
||||
|
||||
`ALTER TABLE jobs add whitelisted BOOLEAN NOT NULL DEFAULT FALSE;`
|
||||
Simple job listing script, you can specify what jobs you want to be whitelisted in db.
|
||||
|
||||
## Download & Installation
|
||||
|
||||
@@ -23,6 +18,8 @@ git clone https://github.com/ESX-Org/esx_joblisting [esx]/esx_joblisting
|
||||
- Download https://github.com/ESX-Org/esx_joblisting/archive/master.zip
|
||||
- Put it in the `[esx]` directory
|
||||
|
||||
## Installation
|
||||
- Import `esx_joblisting.sql` in your database
|
||||
- Add this in your `server.cfg`:
|
||||
|
||||
```
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
ALTER TABLE jobs add whitelisted BOOLEAN NOT NULL DEFAULT FALSE;
|
||||
Reference in New Issue
Block a user