Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Conversation

whaught
Copy link
Contributor

@whaught whaught commented Nov 17, 2020

Issue #1061

Proposed Changes

  • Adds a bit to the realm to allow bulk upload

bulksetting

Release Note

Realm setting to allow/disallow bulk upload

@googlebot googlebot added the cla: yes Auto: added by CLA bot when all committers have signed a CLA. label Nov 17, 2020
@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mikehelmick, whaught

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [mikehelmick,whaught]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-robot google-oss-robot merged commit 85093bf into google:main Nov 17, 2020
ID: "00067-AddRealmAllowBulkUpload",
Migrate: func(tx *gorm.DB) error {
logger.Debugw("db migrations: adding allow_bulk_upload to realms")
return tx.Exec("ALTER TABLE realms ADD COLUMN IF NOT EXISTS allow_bulk_upload bool DEFAULT false").Error
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't set the NOT NULL constraint FWIW.

@whaught whaught deleted the allow-bulk-setting branch November 17, 2020 04:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 18, 2020
@whaught whaught changed the title Setting to allow bulk upload Setting to allow bulk issue Nov 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Auto: added by CLA bot when all committers have signed a CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants