Skip to content

Commit

Permalink
#45 [SQL] add: change field type for signature
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Nov 4, 2022
1 parent 365b0ff commit 40729b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/signature/llx_dolisirh_object_signature.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CREATE TABLE llx_dolisirh_object_signature(
signature_comment text DEFAULT NULL,
element_id integer NOT NULL,
element_type varchar(255),
signature text,
signature longtext,
stamp text,
last_email_sent_date datetime DEFAULT NULL,
signature_url varchar(255),
Expand Down

0 comments on commit 40729b8

Please sign in to comment.