From 34814236fc719e353eef784482a3139ea8c41e14 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 15 Jan 2021 16:57:27 +1100 Subject: [PATCH] add pa_job_engine_id_seq --- tables.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/tables.sql b/tables.sql index 3b44ae6..fde4cd3 100644 --- a/tables.sql +++ b/tables.sql @@ -35,6 +35,7 @@ create sequence importlog_id_seq; create sequence person_id_seq; create sequence refimg_id_seq; create sequence settings_id_seq; +create sequence pa_job_engine_id_seq; -- this should have sensible paths, or really an empty path on real initialisation and handling of this situation too insert into settings values ( (select nextval('settings_id_seq')), '/home/ddp/src/photoassistant/images_to_process/#c:/Users/cam/Desktop/code/python/photoassistant/photos/#/home/ddp/src/photoassistant/new_img_dir/', 0 );