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