add fingerprinting configuration
This commit is contained in:
@@ -114,6 +114,11 @@ class EngineSettingsRepository extends _$EngineSettingsRepository {
|
||||
DriftSqlType.string,
|
||||
db.typeMapping,
|
||||
),
|
||||
'fingerprintingProtectionOverrides':
|
||||
settings['fingerprintingProtectionOverrides']?.readAs(
|
||||
DriftSqlType.string,
|
||||
db.typeMapping,
|
||||
),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user