{
  "id": "zHIab7MbVQ2mHpKk",
  "createdAt": "2024-02-28T16:12:53.321Z",
  "updatedAt": "2024-02-28T18:15:01.823Z",
  "name": "Back to the future",
  "active": false,
  "nodes": [
    {
      "parameters": {},
      "id": "09d4abe5-2180-451d-984d-ed6697fd054b",
      "name": "When clicking \"Execute Workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        580,
        320
      ]
    },
    {
      "parameters": {
        "operation": "executeQuery",
        "query": "\nselect p.iso_code ,p.nombre ,df.nombre as dia, df.fecha ,df.irrenunciable  from dias_festivos_pais_links dp \ninner join paises p on dp.pais_id =p.id\ninner join dias_festivos df on dp.dia_festivo_id = df.id \nwhere p.iso_code ='CL'",
        "options": {}
      },
      "id": "fb14ca44-6354-4e0f-a954-b0a65b485b14",
      "name": "Postgres",
      "type": "n8n-nodes-base.postgres",
      "typeVersion": 2.2,
      "position": [
        800,
        320
      ],
      "credentials": {
        "postgres": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking \"Execute Workflow\"": {
      "main": [
        [
          {
            "node": "Postgres",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "versionId": "49cd7c07-95a0-4b01-899c-68facc619c0d",
  "triggerCount": 0,
  "tags": []
}