update broken url (url for SVN)
svn: r20720
This commit is contained in:
parent
ee5290e02b
commit
84618d0633
@ -1325,7 +1325,7 @@ INSERT INTO "grampsdb_report" VALUES(17,'R0017','Gramps XML Export','ex_gpkg','e
|
|||||||
INSERT INTO "grampsdb_report" VALUES(18,'R0018','Import','im_ged','import','iff=ged
|
INSERT INTO "grampsdb_report" VALUES(18,'R0018','Import','im_ged','import','iff=ged
|
||||||
i=http://arborvita.free.fr/Kennedy/Kennedy.ged');
|
i=http://arborvita.free.fr/Kennedy/Kennedy.ged');
|
||||||
INSERT INTO "grampsdb_report" VALUES(19,'R0019','Gramps package (portable XML) Import','im_gpkg','import','iff=gramps
|
INSERT INTO "grampsdb_report" VALUES(19,'R0019','Gramps package (portable XML) Import','im_gpkg','import','iff=gramps
|
||||||
i=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps');
|
i=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps');
|
||||||
CREATE TABLE "grampsdb_result" (
|
CREATE TABLE "grampsdb_result" (
|
||||||
"id" integer NOT NULL PRIMARY KEY,
|
"id" integer NOT NULL PRIMARY KEY,
|
||||||
"name" text,
|
"name" text,
|
||||||
|
@ -3763,7 +3763,7 @@ INSERT INTO "grampsdb_report" VALUES(17,'R0017','Gramps XML Export','ex_gpkg','e
|
|||||||
INSERT INTO "grampsdb_report" VALUES(18,'R0018','Import','im_ged','import','iff=ged
|
INSERT INTO "grampsdb_report" VALUES(18,'R0018','Import','im_ged','import','iff=ged
|
||||||
i=http://arborvita.free.fr/Kennedy/Kennedy.ged');
|
i=http://arborvita.free.fr/Kennedy/Kennedy.ged');
|
||||||
INSERT INTO "grampsdb_report" VALUES(19,'R0019','Gramps package (portable XML) Import','im_gpkg','import','iff=gramps
|
INSERT INTO "grampsdb_report" VALUES(19,'R0019','Gramps package (portable XML) Import','im_gpkg','import','iff=gramps
|
||||||
i=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps');
|
i=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps');
|
||||||
CREATE TABLE "grampsdb_result" (
|
CREATE TABLE "grampsdb_result" (
|
||||||
"id" integer NOT NULL PRIMARY KEY,
|
"id" integer NOT NULL PRIMARY KEY,
|
||||||
"name" text,
|
"name" text,
|
||||||
|
@ -149,7 +149,7 @@ for table, entries in [("grampsdb.config",
|
|||||||
(("name", '"Gramps package (portable XML) Import"'),
|
(("name", '"Gramps package (portable XML) Import"'),
|
||||||
('gramps_id', '"R0019"'),
|
('gramps_id', '"R0019"'),
|
||||||
("handle", '"im_gpkg"'),
|
("handle", '"im_gpkg"'),
|
||||||
("options", '"iff=gramps\\ni=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps"'),
|
("options", '"iff=gramps\\ni=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps"'),
|
||||||
("report_type", '"import"')),
|
("report_type", '"import"')),
|
||||||
])]:
|
])]:
|
||||||
entry_count = 0
|
entry_count = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user