We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34edf19 + fdb3794 commit 9854bb0Copy full SHA for 9854bb0
includes/Defines.php
@@ -306,6 +306,10 @@
306
* SCHEMA_COMPAT_XXX bitfield semantics. High bits are used to ensure that the numeric
307
* ordering follows the order in which the migration stages should be used.
308
*
309
+ * Do not use these constants to query the feature flag. If you wish to check if your
310
+ * code should perform a particular kind of read or write operation, use the appropriate
311
+ * SCHEMA_COMPAT_XXX flag. It is generally an error to use MIGRATION_XXX constants in a bitwise operation.
312
+ *
313
* - MIGRATION_OLD: Only read and write the old schema. The new schema need not
314
* even exist. This is used from when the patch is merged until the schema
315
* change is actually applied to the database.
0 commit comments