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