mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
Remove Rails 5 deprecation warning.
This commit is contained in:
@@ -4,7 +4,7 @@ class AddStylesheetCache < ActiveRecord::Migration
|
||||
t.string :target, null: false
|
||||
t.string :digest, null: false
|
||||
t.text :content, null: false
|
||||
t.timestamps
|
||||
t.timestamps null: false
|
||||
end
|
||||
|
||||
add_index :stylesheet_cache, [:target, :digest], unique: true
|
||||
|
||||
Reference in New Issue
Block a user