chore: add sync init schema migration

This commit is contained in:
2026-01-09 14:15:17 +08:00
parent 0fdd071306
commit 6c1bc35bf5
2 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- +goose Up
-- +goose StatementBegin
SELECT 'up SQL query';
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
SELECT 'down SQL query';
-- +goose StatementEnd