7 lines
75 B
Ruby
7 lines
75 B
Ruby
# frozen_string_literal: true
|
|
|
|
ROM::SQL.migration do
|
|
change do
|
|
end
|
|
end
|