There is a whole section for migrations in the docs https://appwrite.io/docs/advanced/migrations.
But is it possible to create common migrations to get your collections on appwrite created?
For example I create myself a starter kit in which I want to define some tables(collections) that I always need. Can I create a migration or a template to create those tables instantly when creating a new repo and connecting it with a new appwrite project?
You can do that with the appwrite CLI by defining the structure in the appwrite.json file
@D5 thanks, is there a docs article for that?
Recommended threads
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...