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

[db] Add missing Workspace index (id, deleted) #8821

Merged
merged 1 commit into from
Mar 15, 2022
Merged

Conversation

geropl
Copy link
Member

@geropl geropl commented Mar 15, 2022

Description

Related Issue(s)

Fixes #

How to test

Release Notes

fix missing index on Workspace (id, deleted)

Documentation

@geropl geropl requested a review from a team March 15, 2022 09:52
@github-actions github-actions bot added the team: webapp Issue belongs to the WebApp team label Mar 15, 2022
@geropl geropl requested a review from easyCZ March 15, 2022 09:53
import { MigrationInterface, QueryRunner } from "typeorm";
import { indexExists } from "./helper/helper";

export const TABLE_NAME = "d_b_workspace";
Copy link
Member

Choose a reason for hiding this comment

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

[nit] One could accidentally import just TABLE_NAME and lose the context that it relates to this migration (aside from the import) but I guess that's just TS for me. No action needed.

@roboquat roboquat merged commit 405966e into main Mar 15, 2022
@roboquat roboquat deleted the gpl/index-id-deleted branch March 15, 2022 10:07
@roboquat roboquat added deployed: webapp Meta team change is running in production deployed Change is completely running in production labels Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed Change is completely running in production release-note size/S team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants