-
Notifications
You must be signed in to change notification settings - Fork 38
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
Migrate rule instances to new table structure #3485
Labels
P2
Nice to fix: non-critical items that should be evaluated and planned during issue triage
Comments
dmjb
added a commit
that referenced
this issue
May 31, 2024
Relates to #3485 Any time a profile is created or updated, write the rule instances to both the new and old rule instance tables. Mark the entries in the old tables as migrated so that we skip over them when we run the migration process.
10 tasks
dmjb
added a commit
that referenced
this issue
Jun 4, 2024
Relates to #3485 Any time a profile is created or updated, write the rule instances to both the new and old rule instance tables. Mark the entries in the old tables as migrated so that we skip over them when we run the migration process.
dmjb
added a commit
that referenced
this issue
Jun 4, 2024
Relates to #3485 Any time a profile is created or updated, write the rule instances to both the new and old rule instance tables. Mark the entries in the old tables as migrated so that we skip over them when we run the migration process.
dmjb
added a commit
that referenced
this issue
Jun 4, 2024
Relates to #3485 Any time a profile is created or updated, write the rule instances to both the new and old rule instance tables. Mark the entries in the old tables as migrated so that we skip over them when we run the migration process.
dmjb
added a commit
that referenced
this issue
Jun 5, 2024
Relates to #3485 Any time a profile is created or updated, write the rule instances to both the new and old rule instance tables. Mark the entries in the old tables as migrated so that we skip over them when we run the migration process.
dmjb
added a commit
that referenced
this issue
Jun 5, 2024
Relates to #3485 Any time a profile is created or updated, write the rule instances to both the new and old rule instance tables. Mark the entries in the old tables as migrated so that we skip over them when we run the migration process. Also made def/params field nullable.
@dmjb -- did we do this? |
evankanderson
added
P2
Nice to fix: non-critical items that should be evaluated and planned during issue triage
and removed
user-story
labels
Aug 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe the enhancement
Rule instances are currently stored as a list of JSON objects which makes querying challenging. Migrate rules over to a dedicated table structure.
Solution Proposal
Describe alternatives you've considered
No response
Additional context
No response
Acceptance Criteria
No response
The text was updated successfully, but these errors were encountered: