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: custom experiences table #74

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

xmuntane
Copy link
Contributor

@xmuntane xmuntane commented Apr 8, 2024

Description

The Experience Model was not using the table name defined in the configuration.

Steps to reproduce

Change the default value of 'experiences' to another one and try to add points to a user. The following error will be thrown: "Base table or view not found: 1146 Table 'experiences' doesn't exist"

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Testing

If you think it would be interesting to add some tests, you could add them or let me know how you would like to integrate them into the current test suite?

Thanks!

@cjmellor cjmellor merged commit 4f49a9d into cjmellor:main Apr 9, 2024
14 checks passed
@xmuntane xmuntane deleted the fix-custom-experiences-table branch April 28, 2024 10:50
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