• Kamil Trzciński's avatar
    Extend `gitlab_schema` to understand partitioned and deleted tables · ba5277e9
    Kamil Trzciński authored
    We seem to analyze data sources in a number of different formats
    that are outside of currently visible tables (as defined by `gitlab_schema.yml`).
    
    These tables include:
    - Rails accessing `pg_*` catalog tables
    - Rails accessing `information_schema.*` catalog tables
    - GitLab Rails accessing and deleting data from partitioned tables
    - GitLab Rails in specs accessing deleted tables as they are referenced by some migrations
    ba5277e9
gitlab_schema_spec.rb 2.07 KB