Skip to content

Commit a35c979

Browse files
author
Allen Kerr
committed
Text is not a valid type this should make it work
1 parent 8973412 commit a35c979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/002_change_url_to_text.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Sequel.migration do
22
up do
33
alter_table :links do
4-
set_column_type :url, Text
4+
set_column_type :url, String, :text => true
55
end
66
end
77

0 commit comments

Comments
 (0)