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 +07:00
..
Migrations chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
AddMissingColumns.php
AddMissingIndices.php
AddMissingPrimaryKeys.php
ConvertFilecacheBigInt.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ConvertMysqlToMB4.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ConvertType.php fix: Replace OC_App::loadApp calls by IAppManager 2025-07-10 11:40:27 +07:00
ExpectedSchema.php feat: add table filter to schema:export and schema:expected 2025-08-07 19:09:07 +07:00
ExportSchema.php feat: add table filter to schema:export and schema:expected 2025-08-07 19:09:07 +07:00
SchemaEncoder.php