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

feat: Make blocks agents mapping table #2103

Merged
merged 5 commits into from
Nov 23, 2024

Conversation

mattzh72
Copy link
Collaborator

@mattzh72 mattzh72 commented Nov 23, 2024

Description

Make blocks agents mapping table. For now, each row has an actual id, and we write a manager to do CRUD operations on this table. Eventually, we would like to delete this manager and remove the id fields from the blocks_agents table, but that will require Agent to be migrated to the ORM.

Testing

We write a large suite of unit tests for the manager. This should be safe to merge because it is not actually used anywhere (yet).

@mattzh72 mattzh72 merged commit 251619e into main Nov 23, 2024
30 of 31 checks passed
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