4 lines
165 B
MySQL
4 lines
165 B
MySQL
|
|
-- Verification migration: confirms drizzle migration chain is healthy.
|
||
|
|
-- This is a no-op migration that validates the migration system works end-to-end.
|
||
|
|
SELECT 1;
|