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

Do vschema_customer_sharded.json before create_customer_sharded.sql. #7210

Merged
merged 2 commits into from
Dec 23, 2020
Merged

Commits on Dec 21, 2020

  1. Do vschema_customer_sharded.json before create_customer_sharded.sql.

    When doing create_customer_sharded.sql (removing auto-increments) before vschema_customer_sharded.json (applying VIndex), there is a short period of time where INSERTs in the customer and corder tables would fail if the customer_id or order_id is not set.  Doing vschema_customer_sharded.json before create_customer_sharded.sql remove this failure possibility.
    
    Signed-off-by: Jean-François Gagné <jfg956@users.noreply.github.com>
    jfg956 authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    250058c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Merge remote-tracking branch 'upstream/master' into patch-1

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    79450d2 View commit details
    Browse the repository at this point in the history