Work on website module

This commit is contained in:
Laurent Destailleur
2016-02-02 16:24:12 +01:00
parent f28d8669d9
commit 1fb1da5be4
11 changed files with 1139 additions and 155 deletions

View File

@@ -20,7 +20,7 @@
CREATE TABLE llx_website
(
rowid integer AUTO_INCREMENT NOT NULL PRIMARY KEY,
entity integer,
entity integer DEFAULT 1,
shortname varchar(24) NOT NULL,
description varchar(255),
status integer,