0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/packages/schemas/tables/_before_all.sql
5aaee9 0457df0e35
fix(schemas): set default password for tenant (#4535) (#5339)
* fix(schemas): set default password for tenant (#4535)

* feat(schemas): set password when enable encrypt
2024-03-01 13:50:49 +09:00

3 lines
122 B
SQL

/* This SQL will run before all other queries. */
create role logto_tenant_${database} password '${password}' noinherit;