Skip to content

Implement creating triggers as DBAction #749

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

Merged
merged 2 commits into from
Mar 25, 2025
Merged

Conversation

kvch
Copy link
Contributor

@kvch kvch commented Mar 25, 2025

This PR implements a new DBAction for creating triggers.

@kvch kvch mentioned this pull request Mar 25, 2025
15 tasks
@github-actions github-actions bot temporarily deployed to Docs Preview March 25, 2025 15:10 Inactive
Comment on lines 81 to 82
createUpTrigger := NewCreateTriggerAction(
conn,
Copy link
Collaborator

@andrew-farries andrew-farries Mar 25, 2025

Choose a reason for hiding this comment

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

nit: Could put conn on the same line as NewCreateTriggerAction here and everywhere else; makes things a bit more compact and readable IMO. It's up to you.

@kvch kvch force-pushed the kvch/refactor-create-trigger branch from c120c50 to 10911d1 Compare March 25, 2025 17:14
@github-actions github-actions bot temporarily deployed to Docs Preview March 25, 2025 17:14 Inactive
@kvch kvch merged commit d4157fa into main Mar 25, 2025
30 checks passed
@kvch kvch deleted the kvch/refactor-create-trigger branch March 25, 2025 17:20
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