diff --git a/bin/export-db-to-sqlite.sh b/bin/export-db-to-sqlite.sh index b6bdd149ae6..a29a1288960 100755 --- a/bin/export-db-to-sqlite.sh +++ b/bin/export-db-to-sqlite.sh @@ -243,8 +243,8 @@ do done # Delete Wagtail Page records that are not marked as Live -sqlite3 $output_db "DELETE FROM wagtailcore_page WHERE live=0;" -echo "Purged Page records that are not marked as live any more" +# sqlite3 $output_db "DELETE FROM wagtailcore_page WHERE live=0;" +# echo "Purged Page records that are not marked as live any more" # And to be sure that there are no relations pointing back to non-existent rows echo "Preparing statements for nullifying columns in temporary sql file. (Output is hidden because it's captured from stdout)."