Merge pull request #981 from dbgate/feature/triggers-sqlite

Feature/triggers sqlite
This commit is contained in:
Jan Prochazka
2025-01-07 13:23:36 +01:00
committed by GitHub
20 changed files with 146 additions and 71 deletions

View File

@@ -25,7 +25,7 @@
"chartjs-adapter-moment": "^1.0.0",
"cross-env": "^7.0.3",
"dbgate-datalib": "^6.0.0-alpha.1",
"dbgate-query-splitter": "^4.11.2",
"dbgate-query-splitter": "^4.11.3",
"dbgate-sqltree": "^6.0.0-alpha.1",
"dbgate-tools": "^6.0.0-alpha.1",
"dbgate-types": "^6.0.0-alpha.1",

View File

@@ -194,6 +194,12 @@
<slot />
<style>
.pin,
.pin-active {
position: absolute;
right: 0;
z-index: 150;
}
.main {
padding: 5px;
cursor: pointer;