nextcloud-server/core/Command/Db
Robin Appelman 4da6081786
feat: add table filter to schema:export and schema:expected
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-07 19:09:07 +02:00
..
Migrations
AddMissingColumns.php
AddMissingIndices.php
AddMissingPrimaryKeys.php
ConvertFilecacheBigInt.php
ConvertMysqlToMB4.php
ConvertType.php fix: Replace OC_App::loadApp calls by IAppManager 2025-07-10 11:40:27 +02:00
ExpectedSchema.php feat: add table filter to schema:export and schema:expected 2025-08-07 19:09:07 +02:00
ExportSchema.php feat: add table filter to schema:export and schema:expected 2025-08-07 19:09:07 +02:00
SchemaEncoder.php