mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 00:41:41 +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
|