diff --git a/squarenotsquare/realm/migrations/MigrateV0.js b/squarenotsquare/realm/migrations/MigrateV0.js new file mode 100644 index 0000000..763456f --- /dev/null +++ b/squarenotsquare/realm/migrations/MigrateV0.js @@ -0,0 +1,3 @@ +export function migratev0(oldRealm, newRealm) { + //start with empty db +} \ No newline at end of file