mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
FIX: lightbox wasn't working when using s3 upload
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddUrlIndexToUploads < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :uploads, :url
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user