blob: bf172d8eae39c71a3cdadf79bd389b1f10c56c0d [file] [log] [blame]
Bruno Sakotoff4832e2021-03-23 14:42:00 -04001# ============LICENSE_START=======================================================
2# Copyright (c) 2021 Bell Canada.
danielhanrahan38d30642023-03-07 16:56:08 +00003# Modifications Copyright (C) 2022-2023 Nordix Foundation.
Bruno Sakotoff4832e2021-03-23 14:42:00 -04004# ================================================================================
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16# ============LICENSE_END=========================================================
17
puthuparambil.aditya495ae8e2021-02-23 15:51:00 +000018databaseChangeLog:
19 - include:
20 file: changelog/db/changes/01-createCPSTables.yaml
21 - include:
22 file: changelog/db/changes/02-loadData-dataspace.yaml
23 - include:
24 file: changelog/db/changes/03-loadData-schema-set.yaml
25 - include:
26 file: changelog/db/changes/04-loadData-anchor.yaml
27 - include:
Bruno Sakotoff4832e2021-03-23 14:42:00 -040028 file: changelog/db/changes/05-loadData-fragment.yaml
29 - include:
30 file: changelog/db/changes/06-delete-not-required-fragment-index.yaml
ToineSiebelink723a1b72021-04-07 16:17:33 +010031 - include:
32 file: changelog/db/changes/07-update-yang-resource-checksums.yaml
Bruno Sakotoddedbd12021-05-05 08:11:19 -040033 - include:
34 file: changelog/db/changes/08-update-yang-resources.yaml
tragaite8f853d2021-05-24 13:12:36 +010035 - include:
36 file: changelog/db/changes/09-loadData-dmi-registry-schema-set.yaml
DylanB95EST4f4178c2021-07-02 13:30:42 +010037 - include:
38 file: changelog/db/changes/10-loadData-dmi-registry-fragment.yaml
shivasubedidce1d582021-08-04 12:13:36 +010039 - include:
40 file: changelog/db/changes/11-add-column-to-yang-resources-table.yaml
lukegleeson0cbc4482022-02-10 10:58:29 +000041 - include:
42 file: changelog/db/changes/12-delete-all-previous-dmi-registry-schema-set.yaml
43 - include:
44 file: changelog/db/changes/13-insert-dmi-registry-2022-02-10-schema-set.yaml
Lathishba6d14f2022-05-10 10:41:05 +010045 - include:
46 file: changelog/db/changes/14-loadData-dmi-registry-2022-05-10-schema-set.yaml
DylanB95ESTe038e5b2022-08-04 18:07:24 +010047 - include:
lukegleeson984d1f22022-10-04 16:07:37 +010048 file: changelog/db/changes/15-rename-column-yang-resource-table.yaml
49 - include:
danielhanrahan38d30642023-03-07 16:56:08 +000050 file: changelog/db/changes/16-insert-cm-handle-state.yaml
51 - include:
52 file: changelog/db/changes/17-add-index-to-schema-set-yang-resources.yaml
danielhanrahan546c1442023-03-03 08:53:56 +000053 - include:
54 file: changelog/db/changes/18-cascade-delete-fragment-children.yaml