From 8da064e1a9174cb1c37ef280e0b48cf1d9e09f53 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 9 Nov 2023 02:40:46 -0800 Subject: Add migrations. --- json/migration.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 json/migration.json diff --git a/json/migration.json b/json/migration.json new file mode 100644 index 0000000..ebba64e --- /dev/null +++ b/json/migration.json @@ -0,0 +1,17 @@ +[ + { + "id": "bot_rifleturret", + "type": "MIGRATION", + "replace": "bot_turret_light" + }, + { + "id": "bot_crows_m240", + "type": "MIGRATION", + "replace": "bot_turret_medium" + }, + { + "id": "bot_antimateriel", + "type": "MIGRATION", + "replace": "bot_turret_longrange" + } +] -- cgit v1.2.1