Melomania-be / back

1 stars 0 forks source link

Type content_callsheets text #20

Open JudithLco opened 3 months ago

JudithLco commented 3 months ago

Changer text. Actuellement on ne peut pas soumettre plus que 255char, il faudrait pouvoir insérer davantage d'informations

JudithLco commented 3 months ago

Besoin de ce changement aussi pour content_registrations

error: insert into "content_registrations" ("created_at", "registration_id", "text", "title", "updated_at") values ($1, $2, $3, $4, $5) returning "id" - value too long for type character varying(255) at Parser.parseErrorMessage (G:\git\back\node_modules\pg-protocol\src\parser.ts:369:69) at Parser.handlePacket (G:\git\back\node_modules\pg-protocol\src\parser.ts:188:21)
at Parser.parse (G:\git\back\node_modules\pg-protocol\src\parser.ts:103:30) at Socket. (G:\git\back\node_modules\pg-protocol\src\index.ts:7:48)
at Socket.emit (node:events:514:28) at addChunk (node:internal/streams/readable:376:12) at readableAddChunk (node:internal/streams/readable:349:9) at Readable.push (node:internal/streams/readable:286:10) at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {