mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-22 13:04:30 +08:00
6 lines
108 B
Ruby
6 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
class FixLabelTemplate < ActiveRecord::Migration[6.1]
|
|
def change
|
|
end
|
|
end
|