mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 16:29:32 +08:00
DEV: Upgrade Rails to version 7.1
--------- Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:

committed by
Loïc Guitaut

parent
706e074e6c
commit
ce00f83173
@ -4,7 +4,7 @@ class PostRevision < ActiveRecord::Base
|
||||
belongs_to :post
|
||||
belongs_to :user
|
||||
|
||||
serialize :modifications, Hash
|
||||
serialize :modifications, type: Hash
|
||||
|
||||
after_create :create_notification
|
||||
|
||||
|
Reference in New Issue
Block a user