feat: cut video

This commit is contained in:
yanghao05
2025-04-21 20:31:22 +08:00
parent 75bbca00cf
commit 326a9e523b
8 changed files with 129 additions and 115 deletions

View File

@@ -11,6 +11,9 @@ CREATE TABLE users(
avatar text
);
SELECT
setval('users_id_seq', 1000);
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin