Data migration fix.
This commit is contained in:
parent
62c3c997e2
commit
14a57e28c6
|
|
@ -215,7 +215,7 @@ public class FlatFileDataStore extends DataStore
|
||||||
while(line != null)
|
while(line != null)
|
||||||
{
|
{
|
||||||
//skip any SUB:### lines from previous versions
|
//skip any SUB:### lines from previous versions
|
||||||
if(line.startsWith("SUB:"))
|
if(line.toLowerCase().startsWith("sub:"))
|
||||||
{
|
{
|
||||||
line = inStream.readLine();
|
line = inStream.readLine();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user