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 automated actions tables #5857

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

gastonfournier
Copy link
Contributor

Add tables to support automated actions based on the design document

Copy link

vercel bot commented Jan 11, 2024

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

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 11, 2024 1:16pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Jan 11, 2024 1:16pm

action_set_id INTEGER references action_sets (id) ON DELETE CASCADE,
sort_order INTEGER,
action varchar(255) NOT NULL,
execution_params JSONB DEFAULT '{}'::jsonb NOT NULL,
Copy link
Member

Choose a reason for hiding this comment

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

Another trailing comma ☝️

Copy link
Member

@nunogois nunogois left a comment

Choose a reason for hiding this comment

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

LGTM!

@gastonfournier gastonfournier merged commit 79d438a into main Jan 11, 2024
13 checks passed
@gastonfournier gastonfournier deleted the automated-actions-migration branch January 11, 2024 13:42
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