5 lines
208 B
SQL
5 lines
208 B
SQL
-- Idempotent staging acceptance fixture seed.
|
|
-- HIF-5 lands the loader and smoke skeleton; HIF-6/HIF-7 can extend this file
|
|
-- with concrete qa_acceptance_ rows after the MVP surface is expanded.
|
|
SELECT 1;
|