mirror of
https://github.com/Bones50/ammoSave.git
synced 2025-07-26 23:46:44 +00:00
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
ALTER TABLE vehicle
|
|
ADD ammo text
|
|
NOT NULL;
|
|
UPDATE vehicle SET ammo='[]' |