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

Adding arbitrary SQL statements to DDL #320

Open
OscarVanL opened this issue Feb 3, 2023 · 1 comment
Open

Adding arbitrary SQL statements to DDL #320

OscarVanL opened this issue Feb 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@OscarVanL
Copy link

Hey,

I want my vuerd file to be the source-of-truth for setting up my Database.

I have stuff like extensions required for my database to function, such as:

CREATE EXTENSION IF NOT EXISTS pgcrypto;

Is there anywhere in vuerd to add this so that it gets added to the output SQL DDL?

Thanks.

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants