Skip to content
Discussion options

You must be logged in to vote

Hi @jokay

Yes, you have some options...

  1. In the diff dialog, check the option "Do not drop missing objects", but if you remove an object from your model, that exclusion will not be detected.

  2. Import the Hangfire tables and other objects to your database model. In the import dialog, check the option "Import object to model" and choose the model you want the objects to be created in. In the objects tree, select only those owned by Hangfire. Once imported, disable their SQL code (if not already disabled).

  3. Use the partial diff tool if you don't want to run option 2. In that case, it's a bit more complicated because it involves regular expressions:

In the image, I'm excluding any object…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jokay
Comment options

@rkhaotix
Comment options

@jokay
Comment options

Answer selected by jokay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants