This commit is contained in:
Jan Prochazka
2024-11-18 15:04:37 +01:00
parent c0c9c7be20
commit e64cfce423
2 changed files with 4 additions and 7 deletions

View File

@@ -142,6 +142,7 @@ const engines = [
},
objects: [views],
skipOnCI: false,
skipChangeColumn: true,
},
{
label: 'CockroachDB',
@@ -181,6 +182,7 @@ const engines = [
skipStringLength: true,
alterTableAddColumnSyntax: true,
dbSnapshotBySeconds: true,
skipChangeColumn: true,
},
];