refactor: flip PGPainless feature flag
It's always enabled now
This commit is contained in:
parent
4c3abe60a6
commit
53a5af5f40
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ enum class Feature(
|
||||||
"The PGPainless backend is now the only available one",
|
"The PGPainless backend is now the only available one",
|
||||||
level = DeprecationLevel.ERROR
|
level = DeprecationLevel.ERROR
|
||||||
)
|
)
|
||||||
EnablePGPainlessBackend(false, "enable_pgp_v2_backend"),
|
EnablePGPainlessBackend(true, "enable_pgp_v2_backend"),
|
||||||
;
|
;
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|
Loading…
Reference in a new issue