models: remove legacy template-function-faker plugin row

This commit is contained in:
Gregory Schier
2026-02-17 08:52:35 -08:00
parent e1580210dc
commit 6cc659e5c4
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
fn main() {
// Migrations are embedded with include_dir!, so trigger rebuilds when SQL files change.
println!("cargo:rerun-if-changed=migrations");
println!("cargo:rerun-if-changed=blob_migrations");
}

View File

@@ -0,0 +1,3 @@
-- Remove stale plugin rows left over from the brief period when faker shipped as bundled.
DELETE FROM plugins
WHERE directory LIKE '%template-function-faker';