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

Changes to database schema #3

Open
11 tasks
daltonrooney opened this issue Jan 29, 2024 · 0 comments
Open
11 tasks

Changes to database schema #3

daltonrooney opened this issue Jan 29, 2024 · 0 comments

Comments

@daltonrooney
Copy link
Contributor

daltonrooney commented Jan 29, 2024

See documentation for creating a migration to create new table columns

Also see Formie example migration.

{{%error_reporter_logged}} rename to {{%error_reporter_errors}}

  • Change errorId column name to id
  • Add uid column to avoid errors on migration updates
  • Big Text column for full Stacktrace
  • Serialized JSON for application details
  • Serialized JSON for client details
  • Text column for error status (allow option to hide "handled" errors")
  • Serialized JSON for sent notifications

{{%error_reporter_notifications}}

  • id pk
  • errorId fk
  • serviceHandle text
  • success text
@daltonrooney daltonrooney changed the title Save additional reporting details to DB Changes to database schema Feb 2, 2024
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

No branches or pull requests

1 participant