summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
blob: 613ff5662c29adad36f92918b5d70441469f0537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2020 Nordix Foundation.
.. _master_index:

ccsdk/oran
----------

.. toctree::
   :maxdepth: 1
   :caption: Contents:

   ./architecture/architecture.rst
   ./guide/developer-guide.rst
   ./offeredapis/offeredapis.rst
   ./consumedapis/consumedapis.rst
   ./humaninterfaces/humaninterfaces.rst
   ./releasenotes/release-notes.rst
> * ============LICENSE_START======================================================= * Copyright (C) 2021, 2023 Nordix Foundation * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 * ============LICENSE_END========================================================= */ CREATE TABLE IF NOT EXISTS jpatoscadatatype_properties (name VARCHAR(120) NULL, version VARCHAR(20) NULL, PROPERTIES LONGBLOB DEFAULT NULL, PROPERTIES_KEY VARCHAR(255) NULL);