mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 07:54:34 +08:00
5 lines
105 B
Ruby
5 lines
105 B
Ruby
class AddTooltipsEnabledToUserSettings < ActiveRecord::Migration[5.1]
|
|
def up; end
|
|
|
|
def down; end
|
|
end
|