test: spread embed disambiguates recursive m2m
This commit is contained in:
committed by
Steve Chavez
parent
60c0c11c1d
commit
25f65065f4
Vendored
+6
@@ -832,3 +832,9 @@ INSERT INTO trash(id) VALUES (1), (2), (3);
|
||||
|
||||
TRUNCATE TABLE trash_details CASCADE;
|
||||
INSERT INTO trash_details(id,jsonb_col) VALUES (1,'{"key": 10}'), (2,'{"key": 6}'), (3,'{"key": 8}');
|
||||
|
||||
TRUNCATE TABLE posters CASCADE;
|
||||
INSERT INTO posters(id,name) VALUES (1,'Mark'), (2,'Elon'), (3,'Bill'), (4,'Jeff');
|
||||
|
||||
TRUNCATE TABLE subscriptions CASCADE;
|
||||
INSERT INTO subscriptions(subscriber,subscribed) VALUES (3,1), (4,1), (1,2);
|
||||
|
||||
Reference in New Issue
Block a user