mozilla / bedrock

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

Exclude django_admin_log table from sqlite export to avoid integrity … #15205

Closed stevejalim closed 1 week ago

stevejalim commented 1 week ago

…failure because we don't export the Users and the user_id column in django_admin_log is set to NOT NULL, so now that we have some data in there, the SQL to nullify that column is failing