30 lines
1.5 KiB
JSON
30 lines
1.5 KiB
JSON
{
|
|
"gitSyncId": "67d625955fe7897636dc61e1_55da60e2-43b1-4f60-a2ab-d6e583e53b73",
|
|
"id": "foss.raw_InsertQuery",
|
|
"pluginId": "postgres-plugin",
|
|
"pluginType": "DB",
|
|
"unpublishedAction": {
|
|
"actionConfiguration": {
|
|
"body": "INSERT INTO public.\"foss\" (\n\t\"name\",\n\t\"user_created\",\n\t\"date_created\",\n\t\"user_updated\",\n\t\"date_updated\",\n\t\"website\",\n\t\"repository\",\n\t\"documentation\",\n\t\"public_demo\",\n\t\"target_market\",\n\t\"copyright_license\"\n)\nVALUES (\n\t'{{insert_form.formData.name}}',\n\t'{{insert_form.formData.user_created}}',\n\t'{{insert_form.formData.date_created}}',\n\t'{{insert_form.formData.user_updated}}',\n\t'{{insert_form.formData.date_updated}}',\n\t'{{insert_form.formData.website}}',\n\t'{{insert_form.formData.repository}}',\n\t'{{insert_form.formData.documentation}}',\n\t'{{insert_form.formData.public_demo}}',\n\t'{{insert_form.formData.target_market}}',\n\t'{{insert_form.formData.copyright_license}}'\n);",
|
|
"encodeParamsToggle": true,
|
|
"paginationType": "NONE",
|
|
"pluginSpecifiedTemplates": [
|
|
{
|
|
"value": true
|
|
}
|
|
],
|
|
"timeoutInMillisecond": 10000
|
|
},
|
|
"confirmBeforeExecute": false,
|
|
"datasource": {
|
|
"id": "Directus Database",
|
|
"isAutoGenerated": false,
|
|
"name": "Directus Database",
|
|
"pluginId": "postgres-plugin"
|
|
},
|
|
"executeOnLoad": false,
|
|
"name": "InsertQuery",
|
|
"pageId": "foss.raw",
|
|
"userSetOnLoad": false
|
|
}
|
|
} |