✨ (seaorm): Añade acceso a bases de datos
This commit is contained in:
parent
b4284f74f8
commit
23d4fd8a80
22 changed files with 4051 additions and 84 deletions
|
|
@ -43,6 +43,8 @@ cd "$(dirname "$0")/.." || exit 1
|
|||
# ------------------------------------------------------------------------------
|
||||
# DRY-RUN (por defecto) o ejecución real con --execute
|
||||
# ------------------------------------------------------------------------------
|
||||
export PAGETOP_RESTORE_TREE=1
|
||||
|
||||
if [[ "$EXECUTE" != "--execute" ]]; then
|
||||
echo "Running dry-run (default mode). Add --execute to publish"
|
||||
cargo release --config "$CONFIG" --package "$CRATE" "$LEVEL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue