mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-14 14:21:36 +01:00
4 lines
160 B
SQL
4 lines
160 B
SQL
-- Remove stale plugin rows left over from the brief period when faker shipped as bundled.
|
|
DELETE FROM plugins
|
|
WHERE directory LIKE '%template-function-faker';
|