Bruno Sakoto | ff4832e | 2021-03-23 14:42:00 -0400 | [diff] [blame] | 1 | # ============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.aditya | 495ae8e | 2021-02-23 15:51:00 +0000 | [diff] [blame] | 17 | databaseChangeLog: |
| 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 Sakoto | ff4832e | 2021-03-23 14:42:00 -0400 | [diff] [blame] | 27 | file: changelog/db/changes/05-loadData-fragment.yaml |
| 28 | - include: |
| 29 | file: changelog/db/changes/06-delete-not-required-fragment-index.yaml |
ToineSiebelink | 723a1b7 | 2021-04-07 16:17:33 +0100 | [diff] [blame] | 30 | - include: |
| 31 | file: changelog/db/changes/07-update-yang-resource-checksums.yaml |
Bruno Sakoto | ddedbd1 | 2021-05-05 08:11:19 -0400 | [diff] [blame] | 32 | - include: |
| 33 | file: changelog/db/changes/08-update-yang-resources.yaml |
tragait | e8f853d | 2021-05-24 13:12:36 +0100 | [diff] [blame] | 34 | - include: |
| 35 | file: changelog/db/changes/09-loadData-dmi-registry-schema-set.yaml |
DylanB95EST | 4f4178c | 2021-07-02 13:30:42 +0100 | [diff] [blame] | 36 | - include: |
| 37 | file: changelog/db/changes/10-loadData-dmi-registry-fragment.yaml |
shivasubedi | dce1d58 | 2021-08-04 12:13:36 +0100 | [diff] [blame^] | 38 | - include: |
| 39 | file: changelog/db/changes/11-add-column-to-yang-resources-table.yaml |