43959c0a421ee9fe87a90c8ece6f6bf2e37a9420
[fds.git] /
1 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
2 #    not use this file except in compliance with the License. You may obtain
3 #    a copy of the License at
4 #
5 #         http://www.apache.org/licenses/LICENSE-2.0
6 #
7 #    Unless required by applicable law or agreed to in writing, software
8 #    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
9 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10 #    License for the specific language governing permissions and limitations
11 #    under the License.
12 #
13
14 """Start of odl contract branch
15
16 Revision ID: 383acb0d38a0
17 Revises: b89a299e19f9
18 Create Date: 2015-09-03 22:27:49.306394
19
20 """
21
22 from neutron.db import migration
23 from neutron.db.migration import cli
24
25
26 # revision identifiers, used by Alembic.
27 revision = '383acb0d38a0'
28 down_revision = 'b89a299e19f9'
29 branch_labels = (cli.CONTRACT_BRANCH,)
30
31 # milestone identifier, used by neutron-db-manage
32 neutron_milestone = [migration.MITAKA]
33
34
35 def upgrade():
36     pass