Files
EnvelopeGenerator/EnvelopeGenerator.Application/Common/SQL/EnvelopeReceiverAddReadSQL.cs
TekH 3d2fe532e5 Change @OUT_RECEIVER_ID type from int to bigint
Updated the SQL query in `EnvelopeReceiverAddReadSQL.cs` to change the data type of the `@OUT_RECEIVER_ID` variable from `int` to `bigint`. This modification ensures support for larger identifier values, addressing potential limitations of the previous `int` type.
2026-07-02 01:12:28 +02:00

1.3 KiB