diff options
author | Nick <nick.guenther@polymtl.ca> | 2022-12-22 18:41:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 07:41:56 +0800 |
commit | a2779def36590518157c4315a02e7cbaefcecb92 (patch) | |
tree | b7f9071ed8343842436eee5679c516dd8c982764 /models/fixtures/repo_unit.yml | |
parent | ea5a752ee66f5f8dccbc058c4e1220e24e01b3e8 (diff) | |
download | gitea-a2779def36590518157c4315a02e7cbaefcecb92.tar.gz gitea-a2779def36590518157c4315a02e7cbaefcecb92.zip |
Test views of LFS files (#22196)
Diffstat (limited to 'models/fixtures/repo_unit.yml')
-rw-r--r-- | models/fixtures/repo_unit.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/models/fixtures/repo_unit.yml b/models/fixtures/repo_unit.yml index 73db47218b..8706717ad4 100644 --- a/models/fixtures/repo_unit.yml +++ b/models/fixtures/repo_unit.yml @@ -550,3 +550,9 @@ repo_id: 53 type: 1 created_unix: 946684810 + +- + id: 81 + repo_id: 54 + type: 1 + created_unix: 946684810 |