EGBIM QA migration artifacts
These files are generated from scripts/egbim_qa.sql; the source dump itself is not a target migration script.
Files
userfeedback_feedbacks.sql: inserts the 427 legacy posts into ABCuserfeedback.feedbackson EGBIM channel2. Migration metadata is embedded in thedataJSON because the staging schema has noadditional_datacolumn.support_tickets_comments.sql: imports 427 EGBIM posts intobaron_support.support_tickets, creates post mappings, and imports 677 legacy comments intoticket_comments.support_ticket_secrets.sql: applies EGBIMis_secretoris_privateto mappedbaron_support.support_tickets.support_attachments.sql: inserts resolved post attachments and comment images intobaron_support.attachmentsafter support ticket/comment mappings exist.uploads_manifest.csv: audit list with source path, target storage key, checksum, and copy status.
The referenced files were copied to uploads/EGBIM_QA/. The container sees them under /app/uploads/EGBIM_QA/.
Required order
- Apply the support schema/migration that creates
migration_mappings,support_tickets,ticket_comments, andattachments. - Run
support_tickets_comments.sqlagainstbaron_support. It creates 427 tickets, post mappings, and 677 comments. - Run
userfeedback_feedbacks.sqlagainst the ABCuserfeedbackdatabase. - Run
support_ticket_secrets.sqlagainstbaron_support. - Run
support_attachments.sqlagainstbaron_support. It resolves the EGBIM workspace automatically and links post/comment files through the mappings.
The one missing source file is recorded in uploads_manifest.csv as MISSING; do not create a fake attachment row for it.