mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 09:55:14 +00:00
5 lines
87 B
MySQL
5 lines
87 B
MySQL
![]() |
BEGIN;
|
||
|
|
||
|
ALTER TABLE notification.notify_users ADD COLUMN password_set BOOLEAN;
|
||
|
|
||
|
COMMIT;
|