From 1c68d538d7603a27672ac45109704e950d400b3a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 25 Apr 2021 08:27:10 -0700 Subject: Initial commit --- json/migration.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 json/migration.json (limited to 'json/migration.json') diff --git a/json/migration.json b/json/migration.json new file mode 100644 index 0000000..5504b7a --- /dev/null +++ b/json/migration.json @@ -0,0 +1,42 @@ +[ + { + "id": "modularvestkevlar", + "type": "MIGRATION", + "replace": "modularvest" + }, + { + "id": "ballistic_vest_esapi", + "type": "MIGRATION", + "replace": "modularvestceramic" + }, + { + "id": "ballistic_vest_empty", + "type": "MIGRATION", + "replace": "modularvest" + }, + { + "id": "esapi_plate", + "type": "MIGRATION", + "replace": "ceramic_armor" + }, + { + "id": "esbi_plate", + "type": "MIGRATION", + "replace": "ceramic_armor" + }, + { + "id": "dragonskin", + "type": "MIGRATION", + "replace": "modularvestceramic" + }, + { + "id": "dragonskinempty", + "type": "MIGRATION", + "replace": "modularvest" + }, + { + "id": "ceramicdisks", + "type": "MIGRATION", + "replace": "ceramic_armor" + } +] -- cgit v1.2.1