From 629e80330d35b218b2dbc264f96910d37267457e Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 23 Apr 2015 05:06:21 +0200 Subject: [PATCH] Fixes the db init --- web/instdbws.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/web/instdbws.sql b/web/instdbws.sql index c1c424c9..a3f41dc9 100644 --- a/web/instdbws.sql +++ b/web/instdbws.sql @@ -208,6 +208,7 @@ CREATE TABLE commandes creation timestamp with time zone, -- creation date clientname character varying(255), -- user who created the command, client of this command applicationname character varying(255), -- application concerned by this command + params json, CONSTRAINT commandes_pkey PRIMARY KEY (id), CONSTRAINT commforeignuser FOREIGN KEY (clientname, applicationname) REFERENCES users (username, applicationname) MATCH SIMPLE