back to DEV for real deleting testing
This commit is contained in:
@@ -85,6 +85,6 @@ insert into PERSON_REFIMG_LINK values ( 2, 2 );
|
||||
insert into PERSON_REFIMG_LINK values ( 3, 3 );
|
||||
insert into PERSON_REFIMG_LINK values ( 4, 4 );
|
||||
-- DEV:
|
||||
-- insert into SETTINGS ( id, import_path, storage_path ) 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/', '/home/ddp/src/photoassistant/storage/' );
|
||||
insert into SETTINGS ( id, import_path, storage_path ) 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/', '/home/ddp/src/photoassistant/storage/' );
|
||||
-- PROD:
|
||||
insert into SETTINGS ( id, import_path, storage_path ) values ( (select nextval('SETTINGS_ID_SEQ')), '/export/docker/storage/Camera_uploads/', '/export/docker/storage/photos/' );
|
||||
--insert into SETTINGS ( id, import_path, storage_path ) values ( (select nextval('SETTINGS_ID_SEQ')), '/export/docker/storage/Camera_uploads/', '/export/docker/storage/photos/' );
|
||||
|
||||
Reference in New Issue
Block a user