File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,9 @@ sub editors {
367367 $ids ,
368368 );
369369
370+ my $editor_columns = $EDITOR_SANITISED_COLUMNS ;
371+ $editor_columns =~ s / '' AS email/ 'editor-' || editor.id || '\@ musicbrainz.invalid' AS email/ ;
372+
370373 # The editor table's 'area' column creates cycles between several tables,
371374 # so we only do this for areas that we know have been dumped. While it's
372375 # true that we can detect cycles in core_entity, that would prevent us
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use String::ShellQuote;
99use Test::More;
1010use Test::Routine;
1111use Test::Routine::Util;
12- use Test::Deep qw( cmp_deeply ignore ) ;
12+ use Test::Deep qw( cmp_deeply ignore re ) ;
1313use MusicBrainz::Server::Test;
1414use aliased ' MusicBrainz::Server::DatabaseConnectionFactory' => ' Databases' ;
1515use utf8;
You can’t perform that action at this time.
0 commit comments