From f7e8512e1f8d61e6254c7e759e0800b4031b64a3 Mon Sep 17 00:00:00 2001
From: aschwinn <al.schwinn@gsi.de>
Date: Mon, 12 Jun 2017 13:08:55 +0200
Subject: [PATCH] Bug 1416 - Allow to use ranges for migration-script

---
 .../src/xml/migration/{0_10_0to1_0_0.py => 0_10_xto1_0_x.py}      | 0
 .../src/xml/migration/{0_9_0to0_10_0.py => 0_9_xto0_10_x.py}      | 0
 .../src/xml/migration/{1_0_Xto2_0_0.py => 1_0_xto2_0_x.py}        | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename silecs-codegen/src/xml/migration/{0_10_0to1_0_0.py => 0_10_xto1_0_x.py} (100%)
 rename silecs-codegen/src/xml/migration/{0_9_0to0_10_0.py => 0_9_xto0_10_x.py} (100%)
 rename silecs-codegen/src/xml/migration/{1_0_Xto2_0_0.py => 1_0_xto2_0_x.py} (100%)

diff --git a/silecs-codegen/src/xml/migration/0_10_0to1_0_0.py b/silecs-codegen/src/xml/migration/0_10_xto1_0_x.py
similarity index 100%
rename from silecs-codegen/src/xml/migration/0_10_0to1_0_0.py
rename to silecs-codegen/src/xml/migration/0_10_xto1_0_x.py
diff --git a/silecs-codegen/src/xml/migration/0_9_0to0_10_0.py b/silecs-codegen/src/xml/migration/0_9_xto0_10_x.py
similarity index 100%
rename from silecs-codegen/src/xml/migration/0_9_0to0_10_0.py
rename to silecs-codegen/src/xml/migration/0_9_xto0_10_x.py
diff --git a/silecs-codegen/src/xml/migration/1_0_Xto2_0_0.py b/silecs-codegen/src/xml/migration/1_0_xto2_0_x.py
similarity index 100%
rename from silecs-codegen/src/xml/migration/1_0_Xto2_0_0.py
rename to silecs-codegen/src/xml/migration/1_0_xto2_0_x.py
-- 
GitLab