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
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- functions custom domain issues in self h...
I’m running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fa...
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...