mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
5 lines
87 B
MySQL
5 lines
87 B
MySQL
|
BEGIN;
|
||
|
|
||
|
ALTER TABLE notification.notify_users ADD COLUMN password_set BOOLEAN;
|
||
|
|
||
|
COMMIT;
|