We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b29596 commit 8641ddbCopy full SHA for 8641ddb
docker/ckan/entrypoint.d/01_ckan_db_upgrade.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
echo "@@@@@@ UPGRADE CKAN DB @@@@@@"
3
4
-UPGRADE=0
+UPGRADE=1
5
6
if [ "$UPGRADE" -ne 1 ]; then
7
echo "Warning: UPGRADE not enabled. If you want db upgrade to run, set UPGRADE=1 in twdh_ckan_docker/docker/ckan/entrypoint.d/01_ckan_db_upgrade.sh"
0 commit comments