Skip to content

Commit 9de6c6c

Browse files
Widen blob size column
1 parent 51b0176 commit 9de6c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/db/migrate/20170806125915_create_active_storage_tables.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def change
55
t.string :filename, null: false
66
t.string :content_type
77
t.text :metadata
8-
t.integer :byte_size, null: false
8+
t.bigint :byte_size, null: false
99
t.string :checksum, null: false
1010
t.datetime :created_at, null: false
1111

0 commit comments

Comments
 (0)