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