Added manifest info, proper readme

This commit is contained in:
ElPumpo
2018-04-09 12:13:54 +02:00
parent 26fe2f3992
commit d2daf7909f
4 changed files with 26 additions and 17 deletions
+5 -7
View File
@@ -1,8 +1,6 @@
# fxserver-esx_joblisting
FR - Pôle Emploi
# esx_joblisting
Simple job listing script, you can specify what jobs you want to be whitelisted.
Update SQL database for job whitelist:
ALTER TABLE jobs add whitelisted BOOLEAN NOT NULL DEFAULT FALSE;
You can show (0) or hide (1) a job in the joblisting by changing the value in the DB of the field 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;`