Skip to content

Commit cde1976

Browse files
committed
Set string size for options instead of text:true
1 parent 0b019e9 commit cde1976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrations/20241105000000_add_options_to_route.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Sequel.migration do
22
up do
33
alter_table(:routes) do
4-
add_column :options, String, text: true, default: nil
4+
add_column :options, String, size: 255, default: nil
55
end
66
end
77
down do

0 commit comments

Comments
 (0)