System generated commit, initial commit

This commit is contained in:
2025-04-06 22:38:24 +00:00
commit 78852155cd
42 changed files with 3922 additions and 0 deletions

View File

@@ -0,0 +1 @@
SELECT * FROM public."foss" LIMIT 10;

View File

@@ -0,0 +1,31 @@
{
"gitSyncId": "67d625955fe7897636dc61e1_6c34c300-975f-47b8-ab89-4aea4fb4f440",
"id": "Containers_get_foss",
"pluginId": "postgres-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"body": "SELECT * FROM public.\"foss\" LIMIT 10;",
"encodeParamsToggle": true,
"paginationType": "NONE",
"pluginSpecifiedTemplates": [
{
"value": true
}
],
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "Directus Database",
"isAutoGenerated": false,
"name": "Directus Database",
"pluginId": "postgres-plugin"
},
"dynamicBindingPathList": [],
"executeOnLoad": false,
"name": "get_foss",
"pageId": "Containers",
"userSetOnLoad": false
}
}