You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
222 B
11 lines
222 B
#!/bin/bash
|
|
|
|
type="${0##*/}"
|
|
type="${type%_database-relation-joined}"
|
|
|
|
relation-set type "$type" || {
|
|
err "Could not set relation ${WHITE}type${NORMAL} to '$type'."
|
|
exit 1
|
|
}
|
|
|
|
. ./hooks/sql_database-relation-joined
|