Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Schema Division Handling #955

Open
wants to merge 5 commits into
base: 5.x
Choose a base branch
from
Open

Commits on Jul 28, 2020

  1. Only create database schema if it doesn't already exist.

    This is useful if you are recreating the same client without having deleted the previous schema.
    mikebronner authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    cf25621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0962897 View commit details
    Browse the repository at this point in the history
  3. Do not drop privileges when using schema.

    Dropping privileges when using a single database user across all tenants will attempt to drop all items in the main database and other client schemas as well.
    mikebronner authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    b9524f9 View commit details
    Browse the repository at this point in the history
  4. Update PostgreSQL.php

    mikebronner authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a505636 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    7783adf View commit details
    Browse the repository at this point in the history