introducing junction table extension

This commit is contained in:
2026-03-09 22:42:40 +01:00
parent 47634c81ef
commit 3361cffb14
28 changed files with 1927 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
[
{
"rows": [
[
{
"name": "syncId"
},
{}
]
]
}
]

View File

@@ -0,0 +1,27 @@
[
{
"rows": [
[
{
"name": "cAICollections",
"fullWidth": true
},
{}
],
[
{
"name": "cDokumente",
"fullWidth": true
},
{}
],
[
{
"name": "syncId",
"fullWidth": true
},
{}
]
]
}
]

View File

@@ -47,6 +47,6 @@
},
"stream": {
"sticked": false,
"index": 12
"index": 11
}
}

View File

@@ -0,0 +1,11 @@
[
{
"name": "name",
"link": true,
"width": 50
},
{
"name": "createdAt",
"width": 30
}
]