Created
May 30, 2025 17:49
-
-
Save mark-cooper/c3b5046213ccb0f7d75a8b32d02f75ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/backend/app/model/ark_name.rb b/backend/app/model/ark_name.rb | |
index 8e0af1291..d01964581 100644 | |
--- a/backend/app/model/ark_name.rb | |
+++ b/backend/app/model/ark_name.rb | |
@@ -105,6 +105,8 @@ class ArkName < Sequel::Model(:ark_name) | |
check_unique(db, obj) | |
+ obj.class.update_mtime_for_ids([obj.id]) | |
+ | |
true | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment