diff options
Diffstat (limited to 'lib/public/Migration/Attributes/GenericMigrationAttribute.php')
-rw-r--r-- | lib/public/Migration/Attributes/GenericMigrationAttribute.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/Migration/Attributes/GenericMigrationAttribute.php b/lib/public/Migration/Attributes/GenericMigrationAttribute.php index 1f40d77d1f1..d0c39a4a1a9 100644 --- a/lib/public/Migration/Attributes/GenericMigrationAttribute.php +++ b/lib/public/Migration/Attributes/GenericMigrationAttribute.php @@ -11,6 +11,9 @@ namespace OCP\Migration\Attributes; use JsonSerializable; /** + * generic entry, used to replace migration attribute not yet known in current version + * but used in a future release + * * @since 30.0.0 */ class GenericMigrationAttribute extends MigrationAttribute implements JsonSerializable { |