nextcloud/core/Command/Db
Joas Schilling f0348be4c8
fix(db): Replace more Platform usages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-04 14:19:50 +02:00
..
Migrations chore: use spdx for migrations generator 2024-06-28 18:54:50 +02:00
AddMissingColumns.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
AddMissingIndices.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
AddMissingPrimaryKeys.php fix(db)!: Doctrine\DBAL\Schema\Table::hasPrimaryKey() was removed, use Table::getPrimaryKey` instead. 2024-07-04 14:19:32 +02:00
ConvertFilecacheBigInt.php fix(db): Replace more Platform usages 2024-07-04 14:19:50 +02:00
ConvertMysqlToMB4.php fix(db): Replace more Platform usages 2024-07-04 14:19:50 +02:00
ConvertType.php fix(db): Table::getPrimaryKeyColumns() was removed 2024-07-04 14:19:34 +02:00
ExpectedSchema.php feat: add commands for exporting current and expected database schema 2024-07-02 13:45:12 +02:00
ExportSchema.php feat: add commands for exporting current and expected database schema 2024-07-02 13:45:12 +02:00
SchemaEncoder.php feat: add commands for exporting current and expected database schema 2024-07-02 13:45:12 +02:00