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

Missing Database Creation Step for devcontainers Table #36

Open
madman024 opened this issue Oct 15, 2024 · 4 comments · May be fixed by #37
Open

Missing Database Creation Step for devcontainers Table #36

madman024 opened this issue Oct 15, 2024 · 4 comments · May be fixed by #37

Comments

@madman024
Copy link

I encountered an error while setting up the devcontainer-generator project:
An error occurred: {'code': '42P01', 'details': None, 'hint': None, 'message': 'relation "public.devcontainers" does not exist'}

It seems that the database creation step for the devcontainers table is missing in the current setup. including the migration step or provide instructions for manually creating the devcontainers table in Supabase couldbe a solution for this.

Steps to Reproduce:

Set up the devcontainer-generator project following the documentation.
Run the project.
Observe the error related to the missing devcontainers table.
Expected Behavior: The database table should be created during the setup or migration process, preventing the error.

Additional Context: The error message suggests that the public.devcontainers relation does not exist.

@nkkko
Copy link
Member

nkkko commented Oct 16, 2024

/bounty $20

Copy link

algora-pbc bot commented Oct 16, 2024

💎 $20 bounty • Daytona

Steps to solve:

  1. Start working: Comment /attempt #36 with your implementation plan
  2. Submit work: Create a pull request including /claim #36 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

If no one is assigned to the issue, feel free to tackle it, without confirmation from us, after registering your attempt. In the event that multiple PRs are made from different people, we will generally accept those with the cleanest code.

Please respect others by working on PRs that you are allowed to submit attempts to.

e.g. If you reached the limit of active attempts, please wait for the ability to do so before submitting a new PR.

If you can not submit an attempt, you will not receive your payout.

Thank you for contributing to daytonaio/devcontainer-generator!

Add a bountyShare on socials

Attempt Started (GMT+0) Solution
🟢 @madman024 Oct 16, 2024, 6:31:56 PM #37

@madman024
Copy link
Author

madman024 commented Oct 16, 2024

/attempt #36

@madman024 madman024 linked a pull request Oct 18, 2024 that will close this issue
Copy link

algora-pbc bot commented Oct 18, 2024

💡 @madman024 submitted a pull request that claims the bounty. You can visit your bounty board to reward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants