Skip to content

Commit

Permalink
Added projectname in sql for a new required argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry James Grefenstette authored and Henry James Grefenstette committed Nov 14, 2023
1 parent 69e3f9a commit 4792235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datasette/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
THEN substr(context, 1, instr(context, '[') - 1)
ELSE
context
JSON.stringify(obj, projectname)
END AS stripped_text
FROM
context;"
},
}
}

}
}

0 comments on commit 4792235

Please sign in to comment.