scinote-web/db/migrate/20220530144300_fix_label_template.rb
2025-06-04 13:31:57 +02:00

6 lines
108 B
Ruby

# frozen_string_literal: true
class FixLabelTemplate < ActiveRecord::Migration[6.1]
def change
end
end