diff --git a/internal/db/migrations/0001_init.up.sql b/internal/db/migrations/0001_init.up.sql new file mode 100644 index 00000000..25f4c2ce --- /dev/null +++ b/internal/db/migrations/0001_init.up.sql @@ -0,0 +1,2 @@ +-- Placeholder to establish the migration runner. Real schema lands in 0002. +SELECT 1;