Skip to content

fix: drop eql schema on install #121

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 1 commit into from
Jul 9, 2025
Merged

fix: drop eql schema on install #121

merged 1 commit into from
Jul 9, 2025

Conversation

tobyhede
Copy link
Contributor

@tobyhede tobyhede commented Jul 8, 2025

Uninstalling EQL is not really required before installing a new version.

Install will now call DROP SCHEMA and drop the EQL schema before installing the new version.

Note:
EQL schema is stateless and can be dropped and recreated without issue/

The encrypted column type and the configuration table are both in the public schema

  • public.eql_v2_configuration
  • public.eql_v2_encrypted

And unaffected by any changes.

@auxesis auxesis merged commit 1bb6ecd into main Jul 9, 2025
4 checks passed
@auxesis auxesis deleted the drop-schema-on-install branch July 9, 2025 01:00
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