summaryrefslogtreecommitdiff
path: root/json/migration.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/migration.json')
-rw-r--r--json/migration.json42
1 files changed, 42 insertions, 0 deletions
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"
+ }
+]