Logo
Explore Help
Sign In
phundrak/sta
1
0
Fork 0
You've already forked sta
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
ed1485cc1629f0f74494ca660e7620d78a78306a
sta/backend/build.rs

6 lines
171 B
Rust
Raw Normal View History

feat(persistence): initialize SQLite database module - Add domain types: RelayId newtype and RepositoryError enum - Implement SqliteRelayLabelRepository with in-memory test support - Create relay_labels migration with SQLx compile-time verification - Add comprehensive integration test suite (266 lines) Ref: T006 (specs/001-modbus-relay-control)
2026-01-01 17:35:58 +01:00
// generated by `sqlx migrate build-script`
fn main() {
// trigger recompilation when a new migration is added
refactor: reorganize project into monorepo with frontend scaffolding Convert project from single backend to monorepo structure with separate frontend (Vue 3 + TypeScript + Vite) and backend directories. Updates all configuration files and build system to support both workspaces. Ref: T007 (specs/001-modbus-relay-control)
2026-01-01 17:35:58 +01:00
println!("cargo:rerun-if-changed=../migrations");
feat(persistence): initialize SQLite database module - Add domain types: RelayId newtype and RepositoryError enum - Implement SqliteRelayLabelRepository with in-memory test support - Create relay_labels migration with SQLx compile-time verification - Add comprehensive integration test suite (266 lines) Ref: T006 (specs/001-modbus-relay-control)
2026-01-01 17:35:58 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 51ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API