Fix: bad table name

This commit is contained in:
Laurent Destailleur 2014-08-17 17:47:45 +02:00
parent 45927cc986
commit cf80f97b95

View File

@ -17,7 +17,7 @@
-- Table with templates of emails -- Table with templates of emails
-- =================================================================== -- ===================================================================
create table llx_c_email_templates create table llx_c_email_template
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,
entity integer DEFAULT 1 NOT NULL, -- multi company id entity integer DEFAULT 1 NOT NULL, -- multi company id