1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 16:21:24 +02:00
gitea/models
delvh e10ba5e5e0
Rename Sync2 -> Sync (#26479)
The xorm `Sync2` has already been deprecated in favor of `Sync`,
so let's do the same inside the Gitea codebase.

Command used to replace everything:
```sh
for i in $(ag Sync2 --files-with-matches); do vim $i -c ':%sno/Sync2/Sync/g' -c ':wq'; done
```
2023-08-13 21:17:21 +02:00
..
actions
activities
admin
asymkey
auth
avatars
db Rename Sync2 -> Sync (#26479) 2023-08-13 21:17:21 +02:00
dbfs
fixtures
git
issues Rename Sync2 -> Sync (#26479) 2023-08-13 21:17:21 +02:00
migrations Rename Sync2 -> Sync (#26479) 2023-08-13 21:17:21 +02:00
organization
packages
perm
project
pull
repo
secret
shared/types
system
unit
unittest
user
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate_test.go
migrate.go
org_team_test.go
org_team.go
org_test.go
org.go
repo_collaboration_test.go
repo_collaboration.go
repo_test.go
repo_transfer_test.go
repo_transfer.go
repo.go