harbor/make/photon/prepare/migrations/__init__.py
DQ 85ec0e7820 Enhance: Refactor the migration structure
1. Refactor structure of migrate file
2. fix some previous bugs

Signed-off-by: DQ <dengq@vmware.com>
2020-03-23 21:26:28 +08:00

3 lines
57 B
Python

import os
MIGRATION_BASE_DIR = os.path.dirname(__file__)