Reapply "models: remove legacy template-function-faker plugin row"

This reverts commit 773c4a24a5.
This commit is contained in:
Gregory Schier
2026-02-17 09:11:55 -08:00
parent 773c4a24a5
commit f1bc4aa146
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';