Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql error when setting up garage in fievm server #181

Open
Koray73 opened this issue Jul 20, 2021 · 1 comment
Open

mysql error when setting up garage in fievm server #181

Koray73 opened this issue Jul 20, 2021 · 1 comment

Comments

@Koray73
Copy link

Koray73 commented Jul 20, 2021

Hi, i have a problem wit setting up the esx_vehicleshop and garage it says that: An error happends on MySql for query "UPDATE owned_vehicles SET state = true. unknown column state in field list. Please help someone i had dis problem since 3 days now
im sure its easy.

@Schtiel
Copy link

Schtiel commented Jul 28, 2021

Just execute this command in SQL
ALTER TABLE `owned_vehicles` ADD COLUMN `state` TINYINT(1) NOT NULL DEFAULT '0';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants