diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py
index e2d5e5a41dca8cde3f6809c32f01be16cfa358b4..a3ff99569532b234286dde3956d377f0e777ed1a 100644
--- a/synapse/storage/__init__.py
+++ b/synapse/storage/__init__.py
@@ -691,6 +691,10 @@ def _upgrade_existing_database(cur, current_version, applied_delta_files,
     even if there has been no version bump. This is useful for development
     where orthogonal schema changes may happen on separate branches.
 
+    Different delta files for the same version *must* be orthogonal and give
+    the same result when applied in any order. No guarantees are made on the
+    order of execution of these scripts.
+
     This is a no-op of current_version == SCHEMA_VERSION.
 
     Example directory structure: