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

fix: Prefix schema in the updateUsers query #2754

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bkowshik
Copy link

@bkowshik bkowshik commented Jan 1, 2025

Description

While following the steps in the tutorial, https://docs.appsmith.com/getting-started/tutorials/the-basics/work-with-data-in-ui came across this issue. Deatils of the error are below. This PR fixed the error.

{
    "error": "ERROR: column 'id' does not exist Position: 45",
    "request": {
        "actionId": "677348a656e7c0365059940d",
        "requestedAt": "2025-01-01 08:57:57",
        "requestParams": {}
    }
}

Pull request type

  • Review Fixes
  • Documentation Overhaul
  • Feature/Story
  • A-Force
  • Error in documentation
  • Maintenance

Checklist

  • Checked for Grammarly suggestions.
  • Adhered to the writing checklist.
  • Adhered to the media checklist.
  • Verified and updated cross-references or added redirect rules.
  • Tested the redirect rules on deploy preview.
  • Validated the modifications made to the content on the deploy preview.
  • Validated the CSS modifications on different screen sizes.

Fixes the error below:

```sql
{
    "error": "ERROR: column 'id' does not exist Position: 45",
    "request": {
        "actionId": "677348a656e7c0365059940d",
        "requestedAt": "2025-01-01 08:57:57",
        "requestParams": {}
    }
}
```
Copy link

vercel bot commented Jan 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appsmith-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 1, 2025 3:37am

@CLAassistant
Copy link

CLAassistant commented Jan 1, 2025

CLA assistant check
All committers have signed the CLA.

@bkowshik bkowshik changed the title Prefix schema in the updateUsers query fix: Prefix schema in the updateUsers query Jan 1, 2025
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