#9 Active Storage - GitHub workflow

This commit is contained in:
Karel Pičman 2025-10-24 14:14:19 +02:00
parent c1c8143886
commit aca78fa3b1

View File

@ -93,7 +93,7 @@ class ActiveStorageMigration < ActiveRecord::Migration[7.0]
# Delete Xapian database
def xapian_database_removed?
if RedmineDmsf::Plugin.xapian_available
if RedmineDmsf.xapian_available
FileUtils.rm_rf File.join(RedmineDmsf.dmsf_index_database, RedmineDmsf.dmsf_stemming_lang)
true
else