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

feat(secretmenu): Update table names in secret menu queries #97

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

Keloran
Copy link
Contributor

@Keloran Keloran commented Mar 4, 2025

The changes in this commit update the table names used in the secret menu queries to match the updated schema. The main changes are:

  • Updating the table name from environment_secret_menu to secret_menu
  • Updating the table name from environment_flag to flag
  • Updating the table name from agent_environment to environment

These changes are necessary to ensure the queries are using the correct table names and to maintain compatibility with the updated database schema.

The changes in this commit update the table names used in the secret menu queries to match the updated schema. The main changes are:

- Updating the table name from `environment_secret_menu` to `secret_menu`
- Updating the table name from `environment_flag` to `flag`
- Updating the table name from `agent_environment` to `environment`

These changes are necessary to ensure the queries are using the correct table names and to maintain compatibility with the updated database schema.
Copy link

github-actions bot commented Mar 4, 2025

Qodana for Go

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@Keloran Keloran merged commit ad6577d into main Mar 4, 2025
6 checks passed
@Keloran Keloran deleted the k-branch-1 branch March 4, 2025 20:53
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.

1 participant