Skip to content

Commit b0e016a

Browse files
author
matthias_schaub
committed
remove %s placeholder for attribute archived.
1 parent 375645c commit b0e016a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/mapswipe_workers/base/base_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def save_to_postgres(self, project, groups, groupsOfTasks):
216216

217217
query_insert_project = '''
218218
INSERT INTO projects
219-
VALUES (%s,%s,%s,ST_Force2D(ST_Multi(ST_GeomFromText(%s, 4326))),%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s);
219+
VALUES (%s,%s,%s,ST_Force2D(ST_Multi(ST_GeomFromText(%s, 4326))),%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s);
220220
'''
221221

222222
data_project = [

0 commit comments

Comments
 (0)