This commit is contained in:
vipg
2025-11-17 17:43:32 +08:00
parent 8bedb4681f
commit f13a58e116
3 changed files with 11 additions and 4 deletions

View File

@@ -73,8 +73,8 @@ BEGIN
CREATE OR REPLACE VIEW user_info_view AS
SELECT
u.id AS user_id,
ua.account AS user_account,
up.password AS user_password,
ua.account AS account,
up.password AS password,
u.deleted AS deleted
FROM
"user" u