Skip to content

Commit

Permalink
Update src/main/frontend/model/samples/migrate-resource-type.json
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Schweikert <Raphael.Schweikert1@swisscom.com>
  • Loading branch information
marcofra and sabberworm authored Dec 17, 2024
1 parent 5516e12 commit 2ce4954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/model/samples/migrate-resource-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"type": "nodeQuery",
"query": "SELECT * FROM [nt:unstructured] AS page WHERE [cq:template] = \"${sourceTemplate}\"",
"query": "SELECT * FROM [cq:PageContent] AS page WHERE [cq:template] = \"${sourceTemplate}\"",
"queryType": "JCR-SQL2",
"hops": [
{
Expand Down

0 comments on commit 2ce4954

Please sign in to comment.