drop unique column works

This commit is contained in:
Jan Prochazka
2021-09-05 10:55:53 +02:00
parent 2cb3a6b446
commit 0ef5ac04d8
9 changed files with 62 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ const matviews = {
const engines = [
{
label: 'MySQL',
// skipLocal: true,
skipLocal: true,
connection: {
engine: 'mysql@dbgate-plugin-mysql',
password: 'Pwd2020Db',
@@ -34,7 +34,7 @@ const engines = [
},
{
label: 'PostgreSQL',
// skipLocal: true,
skipLocal: true,
connection: {
engine: 'postgres@dbgate-plugin-postgres',
password: 'Pwd2020Db',
@@ -103,7 +103,7 @@ const engines = [
},
{
label: 'CockroachDB',
// skipLocal: true,
skipLocal: true,
connection: {
engine: 'cockroach@dbgate-plugin-postgres',
user: 'root',