2026-04-24 FE Backup
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE wiki_notes SET body = :body, last_updated = CURRENT_TIMESTAMP, last_updated_by = :user WHERE id = :id
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
UPDATE wiki_notes SET body = :body, last_updated = CURRENT_TIMESTAMP, last_updated_by = :user WHERE id = :id
|
||||