Join Discord
Powered by
Check for existing row when using insertbuilder in...
# help-with-umbraco
b
Bjarne Fyrstenborg
09/12/2024, 6:53 AM
We have the following in a migration to insert an row during migration. There are methods to check if table exist, but is the some similar for row insert or would it need to execute a separate select query first?
https://cdn.discordapp.com/attachments/1283681818461208576/1283682160137605182/image.png?ex=66e3e1ac&is=66e2902c&hm=2dc20cb9280f9b1cd1837e82545fb9614033f74b2b0a74e5e05550daf13fefc0&
m
Matt Wise
09/12/2024, 7:29 AM
Far as I Know you would need to query
Previous
Next