003-remove-rdbms-legacy-attributes.json 3.93 KB
Newer Older
1 2 3
{
  "patches": [
    {
4 5
      "id":              "TYPEDEF_PATCH_2000_118",
      "description":     "Remove legacy reference attribute 'databases' from rdbms_instance",
6
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
7
      "typeName":        "rdbms_instance_databases",
8 9
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
10 11 12 13 14 15
      "params": {
        "relationshipLabel":    "__rdbms_instance.databases",
        "relationshipCategory": "COMPOSITION"
      }
    },
    {
16 17
      "id":              "TYPEDEF_PATCH_2000_119",
      "description":     "Remove legacy reference attribute 'tables' from rdbms_db",
18
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
19
      "typeName":        "rdbms_db_tables",
20 21
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
22 23 24 25 26 27
      "params": {
        "relationshipLabel":    "__rdbms_db.tables",
        "relationshipCategory": "COMPOSITION"
      }
    },
    {
28 29
      "id":              "TYPEDEF_PATCH_2000_120",
      "description":     "Remove legacy reference attribute 'columns' from rdbms_table",
30
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
31
      "typeName":        "rdbms_table_columns",
32 33
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
34 35 36 37 38 39
      "params": {
        "relationshipLabel":    "__rdbms_table.columns",
        "relationshipCategory": "COMPOSITION"
      }
    },
    {
40 41
      "id":              "TYPEDEF_PATCH_2000_121",
      "description":     "Remove legacy reference attribute 'indexes' from rdbms_table",
42
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
43
      "typeName":        "rdbms_table_indexes",
44 45
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
46 47 48 49 50 51
      "params": {
        "relationshipLabel":    "__rdbms_table.indexes",
        "relationshipCategory": "COMPOSITION"
      }
    },
    {
52 53
      "id":              "TYPEDEF_PATCH_2000_122",
      "description":     "Remove legacy reference attribute 'foreign_keys' from rdbms_table",
54
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
55
      "typeName":        "rdbms_table_foreign_key",
56 57
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
58 59 60 61 62 63
      "params": {
        "relationshipLabel":    "__rdbms_table.foreign_keys",
        "relationshipCategory": "COMPOSITION"
      }
    },
    {
64 65
      "id":              "TYPEDEF_PATCH_2000_123",
      "description":     "Remove legacy reference attribute 'columns' from rdbms_index",
66
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
67
      "typeName":        "rdbms_index_columns",
68 69
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
70 71 72 73 74
      "params": {
        "relationshipLabel": "__rdbms_index.columns"
      }
    },
    {
75 76
      "id":              "TYPEDEF_PATCH_2000_124",
      "description":     "Remove legacy reference attribute 'key_columns' from rdbms_foreign_key",
77
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
78
      "typeName":        "rdbms_foreign_key_key_columns",
79 80
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
81 82 83 84 85
      "params": {
        "relationshipLabel": "__rdbms_foreign_key.key_columns"
      }
    },
    {
86 87
      "id":              "TYPEDEF_PATCH_2000_125",
      "description":     "Remove legacy reference attribute 'references_table' from rdbms_foreign_key",
88
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
89
      "typeName":        "rdbms_foreign_key_table_references",
90 91
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
92 93 94 95 96
      "params": {
        "relationshipLabel": "__rdbms_foreign_key.references_table"
      }
    },
    {
97 98
      "id":              "TYPEDEF_PATCH_2000_126",
      "description":     "Remove legacy reference attribute 'references_columns' from rdbms_foreign_key",
99
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
100
      "typeName":        "rdbms_foreign_key_column_references",
101 102
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
103 104 105 106 107 108
      "params": {
        "relationshipLabel": "__rdbms_foreign_key.references_columns"
      }
    }
  ]
}