Fixes for Create\Email docstrings

This commit is contained in:
Clemens Schwaighofer
2022-07-08 17:25:45 +09:00
parent 6b4f310cd2
commit f5daaca598
3 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
-- 2022/6/17 update edit_user with login uid
-- !!! COPY TABLE ARRAY FOLDER !!!
-- the login uid, at least 32 chars
ALTER TABLE edit_user ADD login_user_id VARCHAR UNIQUE;
-- CREATE UNIQUE INDEX edit_user_login_user_id_key ON edit_user (login_user_id) WHERE login_user_id IS NOT NULL;