• 
      

    Remove the multi-db SQL test data.

    Review Request #9581 — Created Feb. 4, 2018 and submitted — Latest diff uploaded

    Information

    Django Evolution
    master
    ba0f1da...

    Reviewers

    The test data for SQLite contained a multi_db series of SQL
    statements. These were used a long while back to test evolutions when
    multiple databases were involved. They're no longer needed, as the
    appropriate tests are just run against the other series of SQL
    statements. This change just removes them.

    All unit tests pass.