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

  1. #!/bin/bash
  2. type="${0##*/}"
  3. type="${type%_database-relation-joined}"
  4. set-relation type "$type" || {
  5. err "Could not set relation ${WHITE}type${NORMAL} to '$type'."
  6. exit 1
  7. }
  8. . ./hooks/sql_database-relation-joined