no-password

This commit is contained in:
2025-10-30 01:43:07 +01:00
parent b9966f82a0
commit f89c6bb259
11 changed files with 483 additions and 212 deletions
-2
View File
@@ -205,8 +205,6 @@ diesel::table! {
id -> Uuid,
#[max_length = 100]
username -> Varchar,
#[max_length = 255]
password_hash -> Varchar,
created_at -> Timestamptz,
updated_at -> Timestamptz,
}