nextcloud-server/core/Command/Db
Carl Schwan 7a43bf26ca refactor(dbal): Migrate away from Type::getName
Instead use Type::lookupName

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-10-10 16:13:09 +02:00
..
Migrations
AddMissingColumns.php
AddMissingIndices.php
AddMissingPrimaryKeys.php refactor(dbal): Port away from deprecated hasPrimaryKey 2025-10-10 15:44:43 +02:00
ConvertFilecacheBigInt.php refactor(dbal): Migrate away from Type::getName 2025-10-10 16:13:09 +02:00
ConvertMysqlToMB4.php
ConvertType.php refactor(dbal): Migrate away from Type::getName 2025-10-10 16:13:09 +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