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

4 lines
90 B
Ruby

class RemoveKeywordsFromModuleProtocols < ActiveRecord::Migration[4.2]
def up
end
end