diff --git a/tests/schema/models.py b/tests/schema/models.py
index 5b756e941c..6d4465807a 100644
--- a/tests/schema/models.py
+++ b/tests/schema/models.py
@@ -210,6 +210,7 @@ class Thing(models.Model):
     when = models.CharField(max_length=1, primary_key=True)
 
     class Meta:
+        apps = new_apps
         db_table = 'drop'
 
     def __str__(self):