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