diff --git a/docs/extend-stages.md b/docs/extend-stages.md
index b261be2bf0c9a82d9319f2e3004acb540ec07eaf..bb2c507eef9d4c6516fd3f3ab083695e57bd59d0 100644
--- a/docs/extend-stages.md
+++ b/docs/extend-stages.md
@@ -256,7 +256,8 @@ automated distribution:
 | Coding	| Automated tests execute within 3 minutes (or less)	| No	| *Suggested*
 | Coding	| All dependencies are at similar stage (Ex: A stable project should not depend on an experimental project)	| No	| **Required**
 | Coding	| All strings are wrapped in ts()	| *Suggested*	| **Required**
-| Coding	| The project does not *override* `PHP`, `TPL`, `JS`, or `SQL` from civicrm-core	| **Required**	| **Required**
+| Coding	| The project does not *override* `PHP` or `TPL` files from civicrm-core	| **Required**	| **Required**
+| Coding	| The project does not modify the `SQL` schema of a standard civicrm-core table	| **Required**	| **Required**
 | Coding	| The project does not *conflict* with other official projects	| *Suggested*	| *Suggested*
 | Distribution	| The project is packaged as a CiviCRM Extension, Drupal Module, Backdrop Module, Joomla Extension, or WordPress plugin	| **Required**	| **Required**
 | Distribution	| The project has a stable version (1.0+; not alpha or beta)	| **Required**	| **Required**