mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 20:23:59 +00:00
fix: skip autoIncrement for firedb tests
This commit is contained in:
@@ -701,7 +701,7 @@ const firebirdEngine = {
|
|||||||
// skipStringLength: true,
|
// skipStringLength: true,
|
||||||
// skipTriggers: true,
|
// skipTriggers: true,
|
||||||
skipDataReplicator: true,
|
skipDataReplicator: true,
|
||||||
// skipAutoIncrement: true,
|
skipAutoIncrement: true,
|
||||||
// skipDropColumn: true,
|
// skipDropColumn: true,
|
||||||
// skipRenameColumn: true,
|
// skipRenameColumn: true,
|
||||||
// skipChangeNullability: true,
|
// skipChangeNullability: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user