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

📁 Consumer app does not store data in the specified schema #8

Open
sydrawat01 opened this issue Nov 20, 2023 · 2 comments · Fixed by #9
Open

📁 Consumer app does not store data in the specified schema #8

sydrawat01 opened this issue Nov 20, 2023 · 2 comments · Fixed by #9
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@sydrawat01
Copy link
Member

The schema defined in the env variable DBSCHEMA is configured correctly, but the database save operation needs to add the data to the <schema>.httpchecks table that has been "migrated" by the Flyway db migration init container, and not into the public schema table.

@sydrawat01 sydrawat01 added the bug Something isn't working label Nov 20, 2023
@sydrawat01 sydrawat01 self-assigned this Nov 20, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in ☁️ kanban Nov 20, 2023
@sydrawat01 sydrawat01 changed the title 📁 Consumer app does not storedata in the specified schema 📁 Consumer app does not store data in the specified schema Nov 20, 2023
@sydrawat01
Copy link
Member Author

Need to add await when saving to database against HttpCheck model create() function.

@sydrawat01 sydrawat01 moved this from 🆕 New to 👀 In review in ☁️ kanban Nov 20, 2023
@sydrawat01 sydrawat01 linked a pull request Nov 20, 2023 that will close this issue
sydrawat01 added a commit that referenced this issue Nov 20, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in ☁️ kanban Nov 20, 2023
sydrawat01 pushed a commit that referenced this issue Nov 20, 2023
## [1.1.1](v1.1.0...v1.1.1) (2023-11-20)

### Bug Fixes

* store consumer data in specified schema ([bcb49b9](bcb49b9)), closes [#8](#8)
@sydrawat01
Copy link
Member Author

sydrawat01 commented Nov 26, 2023

This issue was seen in v1.1.1(fixed) and is still present inv1.1.3(latest).

@sydrawat01 sydrawat01 reopened this Nov 26, 2023
@sydrawat01 sydrawat01 moved this from ✅ Done to 📋 Backlog in ☁️ kanban Nov 26, 2023
@sydrawat01 sydrawat01 added the good first issue Good for newcomers label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

1 participant