Normand Briere
2019-10-06 9cf2c36d644d0aaa28797f57a3e71591d8e66973
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)