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
- MCP server not able to do list documents...
I recommend the MCP server be updated. I know there are a lot of changes to the API but SOTA models have hard time doing a simple list documents with a simple q...
- Why TablesDB ListRows function does not ...
When I try to list the rows with queries, there is no column data included in the returned value with forced me to fetch the items one-by-one with ID (which was...
- Emails not coming
I'm building a simple web app that registers users with an email and password. The user is created successfully in my (auth) page, but the verification email is...