add pa_job_engine_id_seq
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user