Index: orders.sql =================================================================== --- orders.sql (revision 448) +++ orders.sql (revision 449) @@ -7,6 +7,7 @@ status smallint default 0 NOT NULL, payment smallint default 0, syncro smallint default 0, + synctime timestamp without time zone, sections integer[], uid integer, company_id integer,