mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 00:36:00 +00:00
fixes
This commit is contained in:
@@ -31,6 +31,7 @@ export default function newTable(connection, database) {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
primaryKey: {
|
primaryKey: {
|
||||||
|
constraintType: 'primaryKey',
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
columnName: 'id',
|
columnName: 'id',
|
||||||
|
|||||||
@@ -149,7 +149,7 @@
|
|||||||
let domEditor;
|
let domEditor;
|
||||||
let domToolStrip;
|
let domToolStrip;
|
||||||
let intervalId;
|
let intervalId;
|
||||||
let isAiAssistantVisible = localStorage.getItem(`tabdata_isAiAssistantVisible_${tabid}`) == 'true';
|
let isAiAssistantVisible = isProApp() && localStorage.getItem(`tabdata_isAiAssistantVisible_${tabid}`) == 'true';
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
intervalId = setInterval(() => {
|
intervalId = setInterval(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user