1
This commit is contained in:
@@ -90,7 +90,11 @@ timestamp_slug() {
|
||||
|
||||
is_publish_conflict_output() {
|
||||
local output="$1"
|
||||
[[ "${output}" == *"conflict"* ]] || [[ "${output}" == *"schema"* && "${output}" == *"clear"* ]]
|
||||
[[ "${output}" == *"conflict"* ]] \
|
||||
|| [[ "${output}" == *"schema"* && "${output}" == *"clear"* ]] \
|
||||
|| [[ "${output}" == *"manual migration"* ]] \
|
||||
|| [[ "${output}" == *"default value annotation"* ]] \
|
||||
|| [[ "${output}" == *"delete-data"* ]]
|
||||
}
|
||||
|
||||
run_publish() {
|
||||
|
||||
Reference in New Issue
Block a user