Fix missing database migration

This commit is contained in:
hydrant
2019-07-21 16:50:18 +02:00
parent 28e6a461f0
commit 29c0e8771f
14 changed files with 1816 additions and 97 deletions

View File

@@ -106,6 +106,12 @@ Login(globalData);
import dutyCloth from './Player/dutycloth';
dutyCloth(globalData);
import weaponList from './Player/weaponlist';
weaponList(globalData);
import jailList from './Player/criminalrelease';
jailList(globalData);
import keys from './Player/keys';
keys(globalData);
@@ -140,4 +146,4 @@ import smoothThrottle from './vehiclesync/smoothtrottle';
smoothThrottle();
import vehicleIndicators from './vehiclesync/vehicleindicators';
vehicleIndicators();
vehicleIndicators();