mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 15:50:14 +00:00

Co-authored-by: Dexter Lee <dexter@acryl.io> Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com> Co-authored-by: Shirshanka Das <shirshanka@apache.org>
5 lines
148 B
Bash
Executable File
5 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
cd $DIR && ../datahub-upgrade.sh -u NoCodeDataMigrationCleanup
|