feat(backend): establish gin sqlite service skeleton
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- +goose Up
|
||||
-- T-201 verifies the migration lifecycle without defining later business tables.
|
||||
SELECT 1;
|
||||
|
||||
-- +goose Down
|
||||
SELECT 1;
|
||||
Reference in New Issue
Block a user