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

Create extension with schema typo #32

Closed
Vonng opened this issue Feb 26, 2021 · 0 comments
Closed

Create extension with schema typo #32

Vonng opened this issue Feb 26, 2021 · 0 comments
Assignees
Labels
BUG Something isn't working
Milestone

Comments

@Vonng
Copy link
Owner

Vonng commented Feb 26, 2021

A missing space in pg-init-business.sql.j2 prevent extension being created in correct schema.

{% if 'extensions' in database %}{% for extension in database.extensions %}
CREATE EXTENSION IF NOT EXISTS "{{ extension.name }}"{% if 'schema' in extension %}WITH SCHEMA "{{ extension.schema }}"{% endif %};
{% endfor %}{% endif %}
@Vonng Vonng added the BUG Something isn't working label Feb 26, 2021
@Vonng Vonng added this to the 0.7 milestone Feb 26, 2021
@Vonng Vonng self-assigned this Feb 26, 2021
@Vonng Vonng closed this as completed in c518d1d Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant