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

Replace room_depth.min_depth with a BIGINT #10289

Merged
merged 4 commits into from
Jul 12, 2021

Commits on Jul 9, 2021

  1. Replace room_depth.min_depth with a BIGINT

    while I'm dealing with INTEGERs and BIGINTs, let's replace room_depth.min_depth
    with a BIGINT.
    richvdh committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0d136b2 View commit details
    Browse the repository at this point in the history
  2. fix for older postgres

    this had to be EXECUTE PROCEDURE until postgres 11.
    richvdh committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    167522c View commit details
    Browse the repository at this point in the history
  3. update to schema_version 61

    richvdh committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    a11859d View commit details
    Browse the repository at this point in the history
  4. more postgres 9.6 fixes

    richvdh committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    7c9c4b5 View commit details
    Browse the repository at this point in the history