مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
Truncate 'output' field to avoid overflowing varchar(512) in database
هذا الالتزام موجود في:
@@ -50,7 +50,7 @@ module Postal
|
||||
:message => @message.webhook_hash,
|
||||
:status => self.status,
|
||||
:details => self.details,
|
||||
:output => self.output.to_s.force_encoding('UTF-8').scrub,
|
||||
:output => self.output.to_s.force_encoding('UTF-8').scrub.truncate(512),
|
||||
:sent_with_ssl => self.sent_with_ssl,
|
||||
:timestamp => @attributes['timestamp'],
|
||||
:time => self.time
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم