Author Topic: Where is the "model default diagram" stored?  (Read 3525 times)

Boron

  • EA User
  • **
  • Posts: 111
  • Karma: +6/-0
    • View Profile
Where is the "model default diagram" stored?
« on: February 05, 2020, 09:49:59 pm »
Hello,
does anybody know in which database table the "model default diagram" is stored?

I have a model in which I cannot set the model default diagram using the UI.
I hope to get it set by directly manipulating the storage location in the database.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Where is the "model default diagram" stored?
« Reply #1 on: February 05, 2020, 10:04:02 pm »
usys_system.property = "Default Diagram" holds the diagram GUID.

q.
« Last Edit: February 08, 2020, 03:27:16 am by qwerty »

Boron

  • EA User
  • **
  • Posts: 111
  • Karma: +6/-0
    • View Profile
Re: Where is the "model default diagram" stored?
« Reply #2 on: February 08, 2020, 12:58:14 am »
That worked  :)
Thanks a lot.