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

New db schema #26

Closed
wants to merge 5 commits into from
Closed

New db schema #26

wants to merge 5 commits into from

Conversation

boogiespook
Copy link
Member

Description of the change

Existing or Associated Issue(s)

Additional Information

Checklist

  • Chart version bumped in Chart.yaml according to semver. Where applicable, update and bump the versions in any associated umbrella chart
  • Variables are documented in the values.yaml and added to the README.md. THe helm-docs utility can be used to generate the necessary content. Use helm-docs --dry-run to preview the content
  • JSON Schema generated
  • List tests pass for Chart using the Chart Testing tool and the ct lint command

Chris Jenkins and others added 5 commits April 5, 2024 13:46
Signed-off-by: Chris Jenkins <chris@chrisj.co.uk>
Signed-off-by: Chris Jenkins <chris@chrisj.co.uk>
Signed-off-by: Chris Jenkins <chris@chrisj.co.uk>
@@ -1091,6 +1091,7 @@ INSERT INTO public.capability_history VALUES (725, 65, 2, '2024-04-05 07:33:21.7
INSERT INTO public.capability_history VALUES (726, 67, 2, '2024-04-05 07:33:21.748678');
INSERT INTO public.capability_history VALUES (727, 68, 2, '2024-04-05 07:33:21.748678');

>>>>>>> main
Copy link
Contributor

Choose a reason for hiding this comment

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

@boogiespook is this the desired change?

Copy link
Member Author

Choose a reason for hiding this comment

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

The db_tables.sql in the main branch looks to be correct - not sure why this update was added to my PR (PEBKAC).

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure how to remove this specific file from the PR ... any idea?

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