mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
93f58056a0
* feat: replace ephemeral tokens by jwt * fix: migration + sqlx * fix: tests, agent, ee ref * fix: sqlx * fix: tests * fix: jwt prefix change + fix tests * fix: nit * fix: handle agent mode
6 lines
168 B
Rust
6 lines
168 B
Rust
// generated by `sqlx migrate build-script`
|
|
fn main() {
|
|
// trigger recompilation when a new migration is added
|
|
println!("cargo:rerun-if-changed=migrations");
|
|
}
|