mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-17 02:16:08 +00:00
4 lines
88 B
MySQL
4 lines
88 B
MySQL
|
|
-- Unique constraint for user email address
|
||
|
|
ALTER TABLE user_entity
|
||
|
|
ADD UNIQUE (email);
|