X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=vstf%2Fvstf%2Fcontroller%2Fdatabase%2Ftables.py;h=55b02e5fa2e6455e44028ee65a382cc891ccc4ef;hb=0ea3b714615e7a9383048a13695bbe4d62f028fd;hp=0438d0e90ebc6fede5405e9e9def9813a47cf888;hpb=c4d0a8aec1c3b883ac875e538dccde25f477c142;p=bottlenecks.git diff --git a/vstf/vstf/controller/database/tables.py b/vstf/vstf/controller/database/tables.py old mode 100755 new mode 100644 index 0438d0e9..55b02e5f --- a/vstf/vstf/controller/database/tables.py +++ b/vstf/vstf/controller/database/tables.py @@ -1,9 +1,12 @@ -#!/usr/bin/python -# -*- coding: utf8 -*- -# author: wly -# date: 2015-12-25 -# see license for license details -__version__ = ''' ''' +############################################################################## +# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + from sqlalchemy import Column, Integer, String, Float, ForeignKey from sqlalchemy.ext.declarative import declarative_base from vstf.controller.database import constants as const