You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/supabase/README.md
+42
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,48 @@ The secret can be created with kubectl via command-line:
128
128
129
129
> If you depend on database providers like [StackGres](https://stackgres.io/) or [Postgres Operator](https://github.com/zalando/postgres-operator) you only need to remove the `secret.db` values and direcly creating a new `<helm-deploy-name>-supabase-db` secret.
130
130
131
+
#### Migration scripts
132
+
133
+
Supabase migration scripts can be specified at `db.config` field. This will apply all of the migration scripts during the database initialization. For example:
0 commit comments