Run migrations if necessary

This commit is contained in:
Julia Friesel
2018-09-27 17:05:36 +02:00
parent 9029be081f
commit 8e31215860
4 changed files with 202 additions and 26 deletions
+4
View File
@@ -0,0 +1,4 @@
import schema0 from './0.js'
import schema1 from './1.js'
export default [schema0, schema1]