You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best way to get an up-to-date ER diagram (that shows all tables) is to generate it from the relational database schema. I've done this with IRIDA 21.09.2 and you can view it below.
The DATABASECHANGELOG* tables are used by liquibase for version management of our database (it will keep track of which version of the IRIDA database schema is being used/handle database migrations)
The *_AUD tables are used by Hibernate envers for auditing database changes. That is the *_AUD tables look like tables in the main IRIDA data model (e.g., sample and sample_AUD) and have a new row inserted whenever a change is made to any object in IRIDA which records what the change was (creation, update, deletion), who made the change, and when.
The rest of the tables are all part of the main IRIDA data model and store information like users, samples, paths to files, remote connections, etc.
Describe your idea for a new feature
We need to automate some things for integration with our LIMS. Could we ask you to please provide an ER diagram?
Describe how you would access this feature?
Integration with our LIMS system.
The text was updated successfully, but these errors were encountered: