blob: 460089cb49d7072a47859b96342a8984e712cd4b [file] [log] [blame]
Bruno Sakotoff4832e2021-03-23 14:42:00 -04001# ============LICENSE_START=======================================================
2# Copyright (c) 2021 Bell Canada.
3# ================================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15# ============LICENSE_END=========================================================
16
puthuparambil.aditya495ae8e2021-02-23 15:51:00 +000017databaseChangeLog:
18 - include:
19 file: changelog/db/changes/01-createCPSTables.yaml
20 - include:
21 file: changelog/db/changes/02-loadData-dataspace.yaml
22 - include:
23 file: changelog/db/changes/03-loadData-schema-set.yaml
24 - include:
25 file: changelog/db/changes/04-loadData-anchor.yaml
26 - include:
Bruno Sakotoff4832e2021-03-23 14:42:00 -040027 file: changelog/db/changes/05-loadData-fragment.yaml
28 - include:
29 file: changelog/db/changes/06-delete-not-required-fragment-index.yaml
ToineSiebelink723a1b72021-04-07 16:17:33 +010030 - include:
31 file: changelog/db/changes/07-update-yang-resource-checksums.yaml
32