From c24ced2b0691e277501d914b4910c06fb69873dd Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sun, 24 Jul 2022 11:10:52 -0500 Subject: [PATCH] initial migration --- squarenotsquare/realm/migrations/v0.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 squarenotsquare/realm/migrations/v0.js 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