Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
# Migration File: m20220501_164741_Ticketing_mark_objectstorage_db_schema_creation.sh
# use $@ for arguments passed from migration runner
# use $@ for MIGRATIONTOOL and necessary arguments passed from migration runner
# e.g.: $@ --command mark --migration-name ...

if [ $# -ge 1 ]; then
case $1 in
Expand All @@ -12,8 +13,6 @@ if [ $# -ge 1 ]; then
esac
fi

./migrate.sh \
--command mark \
--migration-name m20220501_164826_Interfaces_ObjectStorage_init_objectstorage_schema.sql \
--project Ticketing \
$@
$@ --command mark \
--migration-name m20220501_164826_Interfaces_ObjectStorage_init_objectstorage_schema.sql \
--project Ticketing