mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-02 23:23:45 +01:00
9875965837
Signed-off-by: yminer <yminer@vmware.com> Co-authored-by: Wang Yan <wangyan@vmware.com>
5 lines
195 B
Python
5 lines
195 B
Python
import os
|
|
|
|
MIGRATION_BASE_DIR = os.path.dirname(__file__)
|
|
|
|
accept_versions = {'1.9.0', '1.10.0', '2.0.0', '2.1.0', '2.2.0', '2.3.0', '2.4.0', '2.5.0', '2.6.0', '2.7.0', '2.8.0', '2.9.0','2.10.0'} |