fixed SQLite

This commit is contained in:
SPRINX0\prochazka
2024-09-20 10:47:51 +02:00
parent 780d187911
commit f34d0cbb90
2 changed files with 9 additions and 9 deletions

View File

@@ -118,7 +118,7 @@ const engines = [
engine: 'sqlite@dbgate-plugin-sqlite',
},
objects: [views],
skipOnCI: true,
skipOnCI: false,
},
{
label: 'CockroachDB',