refactor: 用 per-domain fixture 替代 seed.py

This commit is contained in:
zetaloop
2026-05-03 07:24:20 +08:00
parent d1031f48b3
commit 22c7c4e7d9
11 changed files with 240 additions and 387 deletions
+5
View File
@@ -0,0 +1,5 @@
INSERT INTO favorites (id, user_id, target_type, target_id) VALUES
(100001, 100006, 'player', 100001),
(100002, 100006, 'shop', 100001),
(100003, 100007, 'player', 100003),
(100004, 100007, 'shop', 100002);