8 lines
55 B
Ruby
8 lines
55 B
Ruby
Sequel.migration do
|
|
up do
|
|
end
|
|
|
|
down do
|
|
end
|
|
end
|