openfoodfoundation/openfoodnetwork

View on GitHub
db/migrate/20230213160135_delete_receipt_printing_from_preferences.rb

Summary

Maintainability
A
0 mins
Test Coverage
class DeleteReceiptPrintingFromPreferences < ActiveRecord::Migration[6.1]
  def up
    execute("DELETE FROM spree_preferences WHERE key = '/spree/app_configuration/enable_receipt_printing?'")
  end
end