Private
Public Access
1
0

fix: remove postinst migrations, let app handle schema via sqlx

This commit is contained in:
Draco-Lunaris-Echo
2026-06-09 22:14:17 -05:00
parent f55cfbc7a1
commit 738e12c942
6 changed files with 131 additions and 189 deletions

View File

@ -22,7 +22,7 @@ warn() { echo -e "${YELLOW}[WARN]${NC} $*"; }
error() { echo -e "${RED}[ERROR]${NC} $*" >&2; exit 1; }
PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
VERSION="1.1.11"
VERSION="1.1.12"
RELEASE="1"
PKG_NAME="linux-patch-manager"
DEB_NAME="${PKG_NAME}_${VERSION}-${RELEASE}_amd64.deb"