refactor: 用 per-domain fixture 替代 seed.py
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user