summaryrefslogtreecommitdiffstats
path: root/models/fixtures/follow.yml
diff options
context:
space:
mode:
authorEthan Koenig <etk39@cornell.edu>2017-05-20 04:48:22 -0400
committerLunny Xiao <xiaolunwen@gmail.com>2017-05-20 16:48:22 +0800
commitcf02cd7ba0c94165743660cf30f0cbb5a73a385e (patch)
tree6f09dce7c705041df1e042750137e379b0af66dc /models/fixtures/follow.yml
parent85a73965256411c36ecc050eeb7967d3c8ef20d5 (diff)
downloadgitea-cf02cd7ba0c94165743660cf30f0cbb5a73a385e.tar.gz
gitea-cf02cd7ba0c94165743660cf30f0cbb5a73a385e.zip
Fix and test for delete user (#1713)
* Fix and test for delete user * Run updates in batches * Unit test
Diffstat (limited to 'models/fixtures/follow.yml')
-rw-r--r--models/fixtures/follow.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/models/fixtures/follow.yml b/models/fixtures/follow.yml
index 53db1e88b1..480fa065c7 100644
--- a/models/fixtures/follow.yml
+++ b/models/fixtures/follow.yml
@@ -2,3 +2,13 @@
id: 1
user_id: 4
follow_id: 2
+
+-
+ id: 2
+ user_id: 8
+ follow_id: 2
+
+-
+ id: 3
+ user_id: 2
+ follow_id: 8