mirror of
https://github.com/Bones50/ammoSave.git
synced 2024-08-30 17:22:11 +00:00
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
ALTER TABLE vehicle
|
||
|
ADD ammo text
|
||
|
NOT NULL;
|
||
|
UPDATE vehicle SET ammo='[]'
|