mozilla / bedrock

Making mozilla.org awesome, one pebble at a time
https://www.mozilla.org
Mozilla Public License 2.0
1.18k stars 919 forks source link

Fix DB export script #15220

Closed stevejalim closed 1 month ago

stevejalim commented 1 month ago

One-line summary

This changeset fixes a blocking error with the DB export script which failed when it came across data linking the users table to a permissions table, which up until now had been empty. (Adding a non-superuser User to the CMS admin created a row in the auth_user_group table, which previously had been empty.)

Significant changes and points to review

This changeset:

Issue / Bugzilla link

No ticket/issue - hotfix

Testing

I've tested this locally and once it hits main i'll re-test on real dev data and pull the DB down to my machine