001-hive_column_add_position.json 423 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
  "patches": [
    {
      "action": "ADD_ATTRIBUTE",
      "typeName": "hive_column",
      "applyToVersion": "1.0",
      "updateToVersion": "1.1",
      "params": null,
      "attributeDefs": [
        {
          "name": "position",
          "typeName": "int",
          "cardinality": "SINGLE",
          "isIndexable": false,
          "isOptional": true,
          "isUnique": false
        }
      ]
    }
  ]
}