Commit a4921fd8 authored by Yusuke Iwaki's avatar Yusuke Iwaki

add realm filename postfix

parent c2f2af8d
......@@ -8,7 +8,7 @@ public class RealmStore {
private static RealmConfiguration createConfigFor(String name) {
return new RealmConfiguration.Builder()
.name(name)
.name(name + ".realm")
.deleteRealmIfMigrationNeeded().build();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment