Private
Public Access
1
0

fix: remove postinst migrations, let app handle schema via sqlx (#68)
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 3s
CI Pipeline / Clippy Lints (push) Successful in 52s
CI Pipeline / Rust Unit Tests (push) Failing after 1m20s
CI Pipeline / Security Audit (push) Successful in 5s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 15s
CI Pipeline / Build .deb & Release (push) Has been skipped

This commit is contained in:
Draco-Lunaris-Echo
2026-06-09 22:39:45 -05:00
committed by GitHub
parent f55cfbc7a1
commit 583db2666a
6 changed files with 131 additions and 189 deletions

View File

@ -12,7 +12,7 @@ members = [
]
[workspace.package]
version = "1.1.11"
version = "1.1.12"
edition = "2021"
authors = ["Echo <echo@moon-dragon.us>"]
license = "MIT"