From 5d746dce85f841ced79cec24755d736ce699ca67 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Thu, 28 Jul 2022 23:31:49 -0500 Subject: [PATCH] migratev0 noop --- squarenotsquare/src/realm/migrations/MigrateV0.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squarenotsquare/src/realm/migrations/MigrateV0.js b/squarenotsquare/src/realm/migrations/MigrateV0.js index 763456f..24868d7 100644 --- a/squarenotsquare/src/realm/migrations/MigrateV0.js +++ b/squarenotsquare/src/realm/migrations/MigrateV0.js @@ -1,3 +1,3 @@ export function migratev0(oldRealm, newRealm) { - //start with empty db + Function.prototype } \ No newline at end of file