Normand Briere
2019-05-05 44b1501b5c4cd60ea67cc3d0971ed53f53b594e6
timeflow/data/db/BasicDB.java
....@@ -29,7 +29,7 @@
2929
3030 public BasicDB(String source)
3131 {
32
- this(new Schema(), source);
32
+ this(new Schema(true), source);
3333 }
3434
3535 public BasicDB(Schema schema, String source)