We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
server
There is unnecessary empty table registry_v031 in database.
registry_v031
postgres=# \c woodpecker You are now connected to database "woodpecker" as user "postgres". woodpecker=# \dt List of relations Schema | Name | Type | Owner --------+------------------+-------+------------ public | agents | table | woodpecker public | configs | table | woodpecker public | crons | table | woodpecker public | files | table | woodpecker public | forges | table | woodpecker public | log_entries | table | woodpecker public | migration | table | woodpecker public | orgs | table | woodpecker public | perms | table | woodpecker public | pipeline_configs | table | woodpecker public | pipelines | table | woodpecker public | redirections | table | woodpecker public | registries | table | woodpecker public | registry_v031 | table | woodpecker public | repos | table | woodpecker public | secrets | table | woodpecker public | server_configs | table | woodpecker public | steps | table | woodpecker public | tasks | table | woodpecker public | users | table | woodpecker public | workflows | table | woodpecker (21 rows) woodpecker=# select * from registry_v031; registry_id | registry_repo_id | registry_addr | registry_username | registry_password -------------+------------------+---------------+-------------------+------------------- (0 rows)
There is no garbage table.
Woodpecker `2.7.0`, Postgres 16.
#3806
next
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Component
server
Describe the bug
There is unnecessary empty table
registry_v031
in database.Steps to reproduce
Expected behavior
There is no garbage table.
System Info
Woodpecker `2.7.0`, Postgres 16.
Additional context
#3806
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: