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
postgres: Add setupSchemaScript option for Schema Setup
Path to a script that will set up or update the PostgreSQL database schema.
This script must be idempotent, meaning it can be run multiple times without causing unintended side effects. If you change your schema dynamically, ensure that this script handles such cases gracefully to maintain database integrity.
Path to a script that will set up or update the PostgreSQL database schema. This script must be idempotent, meaning it can be run multiple times without causing unintended side effects.
363
+
If your schema changes dynamically, ensure that this script handles such cases gracefully to maintain database integrity.
0 commit comments