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

feat: add status fields for feature lifecycle table #7014

Merged
merged 2 commits into from
May 9, 2024
Merged

Conversation

sjaanus
Copy link
Contributor

@sjaanus sjaanus commented May 8, 2024

No description provided.

Copy link

vercel bot commented May 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview May 8, 2024 0:42am
unleash-monorepo-frontend ⬜️ Ignored (Inspect) Visit Preview May 8, 2024 0:42am

@@ -10,6 +10,8 @@ import type { StageName } from '../../types';
type DBType = {
stage: StageName;
created_at: string;
status?: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

normally we have a rule of thumb that we don't add anything in migration prs but I think the optional one should be fine.

@sjaanus sjaanus merged commit 8ea034c into main May 9, 2024
10 checks passed
@sjaanus sjaanus deleted the feature-mig branch May 9, 2024 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants