mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
feat: skip data duplicator for cassandra
This commit is contained in:
@@ -625,9 +625,10 @@ const cassandraEngine = {
|
||||
skipOrderBy: true,
|
||||
skipAutoIncrement: true,
|
||||
skipDataModifications: true,
|
||||
skipDataDuplicator: true,
|
||||
|
||||
useTextTypeForStrings: true,
|
||||
// objects: [],
|
||||
objects: [],
|
||||
};
|
||||
|
||||
const enginesOnCi = [
|
||||
|
||||
Reference in New Issue
Block a user