Bruno Sakoto | ff4832e | 2021-03-23 14:42:00 -0400 | [diff] [blame] | 1 | # ============LICENSE_START======================================================= |
| 2 | # Copyright (c) 2021 Bell Canada. |
danielhanrahan | 38d3064 | 2023-03-07 16:56:08 +0000 | [diff] [blame] | 3 | # Modifications Copyright (C) 2022-2023 Nordix Foundation. |
Bruno Sakoto | ff4832e | 2021-03-23 14:42:00 -0400 | [diff] [blame] | 4 | # ================================================================================ |
| 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.aditya | 495ae8e | 2021-02-23 15:51:00 +0000 | [diff] [blame] | 18 | databaseChangeLog: |
| 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 Sakoto | ff4832e | 2021-03-23 14:42:00 -0400 | [diff] [blame] | 28 | file: changelog/db/changes/05-loadData-fragment.yaml |
| 29 | - include: |
| 30 | file: changelog/db/changes/06-delete-not-required-fragment-index.yaml |
ToineSiebelink | 723a1b7 | 2021-04-07 16:17:33 +0100 | [diff] [blame] | 31 | - include: |
| 32 | file: changelog/db/changes/07-update-yang-resource-checksums.yaml |
Bruno Sakoto | ddedbd1 | 2021-05-05 08:11:19 -0400 | [diff] [blame] | 33 | - include: |
| 34 | file: changelog/db/changes/08-update-yang-resources.yaml |
tragait | e8f853d | 2021-05-24 13:12:36 +0100 | [diff] [blame] | 35 | - include: |
| 36 | file: changelog/db/changes/09-loadData-dmi-registry-schema-set.yaml |
DylanB95EST | 4f4178c | 2021-07-02 13:30:42 +0100 | [diff] [blame] | 37 | - include: |
| 38 | file: changelog/db/changes/10-loadData-dmi-registry-fragment.yaml |
shivasubedi | dce1d58 | 2021-08-04 12:13:36 +0100 | [diff] [blame] | 39 | - include: |
| 40 | file: changelog/db/changes/11-add-column-to-yang-resources-table.yaml |
lukegleeson | 0cbc448 | 2022-02-10 10:58:29 +0000 | [diff] [blame] | 41 | - 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 |
Lathish | ba6d14f | 2022-05-10 10:41:05 +0100 | [diff] [blame] | 45 | - include: |
| 46 | file: changelog/db/changes/14-loadData-dmi-registry-2022-05-10-schema-set.yaml |
DylanB95EST | e038e5b | 2022-08-04 18:07:24 +0100 | [diff] [blame] | 47 | - include: |
lukegleeson | 984d1f2 | 2022-10-04 16:07:37 +0100 | [diff] [blame] | 48 | file: changelog/db/changes/15-rename-column-yang-resource-table.yaml |
| 49 | - include: |
danielhanrahan | 38d3064 | 2023-03-07 16:56:08 +0000 | [diff] [blame] | 50 | 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 |
danielhanrahan | 546c144 | 2023-03-03 08:53:56 +0000 | [diff] [blame] | 53 | - include: |
| 54 | file: changelog/db/changes/18-cascade-delete-fragment-children.yaml |
danielhanrahan | b740156 | 2023-05-04 22:34:41 +0100 | [diff] [blame] | 55 | - include: |
| 56 | file: changelog/db/changes/19-delete-not-required-dataspace-id-from-fragment.yaml |
ToineSiebelink | 9fde458 | 2023-05-17 16:40:44 +0100 | [diff] [blame] | 57 | - include: |
| 58 | file: changelog/db/changes/20-change-foreign-key-id-types-to-integer.yaml |