closes GRADE-1568
Test Plan:
1. Before running migrations, enter a rails console and check the
default value for the payload for an AnonymousOrModerationEvent.
Notice that it is "{}"
AnonymousOrModerationEvent.new.payload
=> "{}"
2. Run migrations. Enter a rails console and check the default value
for the payload for an AnonymousOrModerationEvent. Notice that it is
{}.
AnonymousOrModerationEvent.new.payload
=> {}
Change-Id: I96e2ef5cbf9f11134d9235e437cb41d4a97a4865
Reviewed-on: https://gerrit.instructure.com/163051
Reviewed-by: Jeremy Neander <jneander@instructure.com>
Reviewed-by: Adrian Packel <apackel@instructure.com>
Tested-by: Jenkins
QA-Review: Jeremy Neander <jneander@instructure.com>
Product-Review: Keith T. Garner <kgarner@instructure.com>