<@U04SE163WC8> which airbyte table show the inform...
# ask-ai
j
@kapa.ai which airbyte table show the information regarding the current version of the app?
k
The
airbyte_metadata
table in Airbyte stores the history of each version of Airbyte and when it was upgraded. This table provides information at a higher level, similar to the
airbyte_jobs_migrations
table which stores all Flyway migration history and additional info. Here is the relevant extract from the knowledge sources: > The table
airbyte_metadata
keep history of each version of Airbyte and when it was upgraded. Almost the same as the
airbyte_jobs_migrations
but in higher level. Source: [Github Discussion](https://github.com/airbytehq/airbyte/discussions/33806)