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: Deployment variable views #84

Merged
merged 19 commits into from
Sep 30, 2024
Merged

Conversation

adityachoudhari26
Copy link
Contributor

No description provided.

@@ -17,9 +27,15 @@ export const deploymentVariable = pgTable(
deploymentId: uuid("deployment_id")
.notNull()
.references(() => deployment.id),
defaultValueId: uuid("default_value_id"),
Copy link
Member

Choose a reason for hiding this comment

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

default null?

@adityachoudhari26 adityachoudhari26 merged commit e27d2e0 into main Sep 30, 2024
8 checks passed
@adityachoudhari26 adityachoudhari26 deleted the deployment-variables-v2 branch September 30, 2024 00:02
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