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

Change request rejections db table #4486

Merged
merged 3 commits into from
Aug 14, 2023
Merged

Conversation

kwasniew
Copy link
Contributor

About the changes

A DB table migration for storing change request rejections. Table is identical to approvals table for now.

Important files

Discussion points

@vercel
Copy link

vercel bot commented Aug 14, 2023

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 Aug 14, 2023 10:51am
unleash-monorepo-frontend ⬜️ Ignored (Inspect) Visit Preview Aug 14, 2023 10:51am

@kwasniew kwasniew merged commit 8fd5e21 into main Aug 14, 2023
9 checks passed
@kwasniew kwasniew deleted the change-request-rejections-db-table branch August 14, 2023 11:00
id SERIAL PRIMARY KEY,
change_request_id INTEGER NOT NULL REFERENCES change_requests(id) ON DELETE CASCADE,
created_by INTEGER NOT NULL REFERENCES users (id) ON DELETE CASCADE,
created_at TIMESTAMP DEFAULT now(),
Copy link
Member

Choose a reason for hiding this comment

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

we should use TIMESTAMP WITH TIME ZONE here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants