diff --git a/naguissa/thanksforposts/migrations/v_4_0_0.php b/naguissa/thanksforposts/migrations/v_4_0_0.php index f0514bb..1641168 100644 --- a/naguissa/thanksforposts/migrations/v_4_0_0.php +++ b/naguissa/thanksforposts/migrations/v_4_0_0.php @@ -88,7 +88,7 @@ public function update_notifications_serialization() { $update_sql = "UPDATE " . USER_NOTIFICATIONS_TABLE . " - SET notification_type_id = '" . $new_notification_row['notification_type_id'] . " + SET notification_type_id = " . $new_notification_row['notification_type_id'] . " WHERE notification_type_id = " . $old_notification_row['notification_type_id']; $this->sql_query($update_sql);