Browse Source

fix: [postgres] set ``drop`` action to not trigger hooks

pull/36/head
Valentin Lab 4 months ago
parent
commit
bf1ba1ab1a
  1. 1
      odoo-tecnativa/actions/drop

1
odoo-tecnativa/actions/drop

@ -1,4 +1,5 @@
#!/bin/bash
## compose: no-hooks
if [ -z "$SERVICE_DATASTORE" ]; then
echo "This script is meant to be run through 'compose' to work properly." >&2

Loading…
Cancel
Save