7 lines
110 B
Ruby
7 lines
110 B
Ruby
|
# Fake migration to avoid CI server issues, does nothing
|
||
|
Sequel.migration do
|
||
|
up do
|
||
|
end
|
||
|
down do
|
||
|
end
|
||
|
end
|