Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Updates to the schema dump script #13770

Merged
merged 7 commits into from
Sep 13, 2022
Merged

Updates to the schema dump script #13770

merged 7 commits into from
Sep 13, 2022

Commits on Sep 9, 2022

  1. Fix db update script invocation during schema dump

    David Robertson committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9c478e6 View commit details
    Browse the repository at this point in the history
  2. Note that ex_outliers_stream is in main

    David Robertson committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    88a5d7f View commit details
    Browse the repository at this point in the history
  3. Run directly under postgres instead of portdb

    David Robertson committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ae11ebc View commit details
    Browse the repository at this point in the history
  4. Ditch coverage, no longer in use

    and we didn't run this in CI anyway?!
    David Robertson committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d1cf2f3 View commit details
    Browse the repository at this point in the history
  5. Generate separate schema and rows files

    David Robertson committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f84f89f View commit details
    Browse the repository at this point in the history
  6. Changelog

    David Robertson committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    08b5c15 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Don't drop FTS auxilliary tables

    - .schema doesn't emit them, so this isn't needed.
    - It also means that postgres doesn't complain about these tables being
      missing.
    - It also means we don't have to worry about this for the "state" logical DB.
    David Robertson committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1e1b7e6 View commit details
    Browse the repository at this point in the history