diff --git a/SAS/TMSS/src/tmss/tmssapp/migrations/0002_populate.py b/SAS/TMSS/src/tmss/tmssapp/migrations/0002_populate.py
index b24c0bccf0ded89c957fa2c6c53c62dea7428c71..042d87b37a76af6f3dab5b706b252873af6c1846 100644
--- a/SAS/TMSS/src/tmss/tmssapp/migrations/0002_populate.py
+++ b/SAS/TMSS/src/tmss/tmssapp/migrations/0002_populate.py
@@ -20,7 +20,6 @@ class Migration(migrations.Migration):
                    migrations.RunPython(populate_settings),
                    migrations.RunPython(populate_misc),
                    migrations.RunPython(populate_lofar_json_schemas),
-                   migrations.RunPython(populate_cycles),
                    migrations.RunPython(populate_resources),
-                   migrations.RunPython(populate_projects),
-                   migrations.RunPython(populate_test_scheduling_set) ]
+                   migrations.RunPython(populate_cycles),
+                   migrations.RunPython(populate_projects) ]