mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-18 11:04:33 +08:00
7 lines
138 B
Ruby
7 lines
138 B
Ruby
# frozen_string_literal: true
|
|
|
|
class MigrateDefaultNotificationSettings < ActiveRecord::Migration[7.0]
|
|
def up; end
|
|
|
|
def down; end
|
|
end
|