• Shai Berger's avatar
    Refs #25896 -- Fixed migration test failure on Oracle · c8b3fbe2
    Shai Berger yazdı
    The test creates and deletes a model in the same migration, and the model
    had an AutoField. On Oracle, AutoField's are set up using deferred SQL, which
    in this case was trying to modify a table after it had dbeen removed.
    c8b3fbe2
test_operations.py 94.9 KB