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: use table names from config file #261

Merged
merged 2 commits into from
Jan 4, 2025

Conversation

IsraelOrtuno
Copy link
Contributor

There are two migrations (love_reactant_reaction_counters and love_reactant_reaction_totals) that use hardcoded table names instead of dynamically fetching table names with model's getTable(). This causes an error when running the migrations as those tables do not exist. This PR solves this issue by just replacing the hardcoded table names by the model's getTable().

@IsraelOrtuno IsraelOrtuno changed the title fix: use config tables for references fix: use table names from config file Jan 3, 2025
@antonkomarev
Copy link
Member

@IsraelOrtuno thank you for the contribution! I will try to review and merge it ASAP

@antonkomarev antonkomarev merged commit 90546e8 into cybercog:master Jan 4, 2025
2 checks passed
@antonkomarev
Copy link
Member

@IsraelOrtuno Just released v10.0.1

@IsraelOrtuno
Copy link
Contributor Author

Amazing! Congrats on the package looks so great

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