Added missing sql file

This commit is contained in:
ElPumpo
2020-02-17 21:44:14 +01:00
parent 8c2a00c4c4
commit e957ab62da
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -21,6 +21,7 @@ git clone https://github.com/ESX-Org/esx_skin [esx]/esx_skin
- Put it in the `[esx]` directory
## Installation
- Import `esx_skin.sql` to your database
- Add this in your `server.cfg`:
```
@@ -31,7 +32,7 @@ start esx_skin
### License
esx_skin - skin selector for ESX
Copyright (C) 2015-2018 Jérémie N'gadi
Copyright (C) 2015-2020 Jérémie N'gadi
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `users` ADD COLUMN `skin` LONGTEXT NULL DEFAULT NULL;