Browse Source

Separate migration scripts

pull/1/head
Tim Glasgow 2 years ago
parent
commit
18543f780e
  1. 3
      squarenotsquare/realm/migrations/MigrateV0.js

3
squarenotsquare/realm/migrations/MigrateV0.js

@ -0,0 +1,3 @@
export function migratev0(oldRealm, newRealm) {
//start with empty db
}
Loading…
Cancel
Save