Increase length of title field

This commit is contained in:
Laurent Destailleur 2017-09-11 02:54:21 +02:00
parent c8cb66d227
commit 974f99ddb2
2 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,8 @@ ALTER TABLE llx_website_page ADD COLUMN fk_user_modif integer;
ALTER TABLE llx_facture_rec ADD COLUMN suspended integer DEFAULT 0;
ALTER TABLE llx_facture_rec MODIFY COLUMN titre VARCHAR(100);
UPDATE llx_c_email_templates SET position = 0 WHERE position IS NULL;

View File

@ -22,7 +22,7 @@
create table llx_facture_rec
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
titre varchar(50) NOT NULL,
titre varchar(100) NOT NULL,
entity integer DEFAULT 1 NOT NULL, -- multi company id
fk_soc integer NOT NULL,
datec datetime, -- date de creation