(seaorm): Añade acceso a bases de datos

This commit is contained in:
Manuel Cillero 2026-05-09 13:07:49 +02:00
parent b4284f74f8
commit 23d4fd8a80
22 changed files with 4051 additions and 84 deletions

View file

@ -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"