Replies: 2 comments
-
No, you don't define a schema in the migrate.json. Each migration will refer to a schema that applies for that migration version level. I'll do another pass over the docs. Here is our migration.json we use for SenseDeep. We use service-keys.json to provide the crypto setup and product.json to provide the onetable setup:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I'd recommend you look at the onetable-controller repo that that has the full server side implemented for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The docs aren't clear on all the things I need to get a working set up to start with.
Do you need to define a schema in migrate.json? Do I need to provide a schema for _Migration myself?
Beta Was this translation helpful? Give feedback.
All reactions