You've already forked AstralRinth
forked from didirus/AstralRinth
Fix gallery date display (#445)
* Fix gallery date display * Fix approved date not setting
This commit is contained in:
@@ -507,7 +507,7 @@ pub async fn project_edit(
|
||||
"
|
||||
UPDATE mods
|
||||
SET approved = NOW()
|
||||
WHERE id = $1 AND approved = NULL
|
||||
WHERE id = $1 AND approved IS NULL
|
||||
",
|
||||
id as database::models::ids::ProjectId,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user