about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking/misc/zammad/0001-nulldb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/networking/misc/zammad/0001-nulldb.patch')
-rw-r--r--nixpkgs/pkgs/applications/networking/misc/zammad/0001-nulldb.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/networking/misc/zammad/0001-nulldb.patch b/nixpkgs/pkgs/applications/networking/misc/zammad/0001-nulldb.patch
index 61971525b99d..cf024c998b6c 100644
--- a/nixpkgs/pkgs/applications/networking/misc/zammad/0001-nulldb.patch
+++ b/nixpkgs/pkgs/applications/networking/misc/zammad/0001-nulldb.patch
@@ -7,7 +7,7 @@ index d85a17491..90ea5e387 100644
  
  require 'rails/all'
 +require 'nulldb'
- require_relative 'issue_2656_workaround_for_rails_issue_33600'
+ require_relative '../lib/zammad/safe_mode'
  
  # DO NOT REMOVE THIS LINE - see issue #2037
 diff --git a/db/schema.rb b/db/schema.rb