parent
50dd7f1533
commit
f5f13e10b0
@ -0,0 +1,7 @@
|
|||||||
|
Sequel.migration do
|
||||||
|
change do
|
||||||
|
alter_table(:titles) do
|
||||||
|
set_column_not_null :title
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue