You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/core/Command/Db
Josh 636345bac8
fix(db): pending migrations in `occ migrations:status`
3 months ago
..
Migrations fix(db): pending migrations in `occ migrations:status` 3 months ago
AddMissingColumns.php
AddMissingIndices.php
AddMissingPrimaryKeys.php refactor(dbal): Port away from deprecated hasPrimaryKey 8 months ago
ConvertFilecacheBigInt.php refactor(dbal): Migrate away from Type::getName 8 months ago
ConvertMysqlToMB4.php
ConvertType.php chore: Run rector with new rules for fetch 7 months ago
ExpectedSchema.php refactor(psalm): Modernize migration doc 4 months ago
ExportSchema.php feat: add table filter to schema:export and schema:expected 10 months ago
SchemaEncoder.php