You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/migrations/v1_19
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
```
2 years ago
..
main_test.go
v231.go
v232.go Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
v233.go
v233_test.go Replace `interface{}` with `any` (#25686) 2 years ago
v234.go Rename `Sync2` -> `Sync` (#26479) 2 years ago
v235.go
v236.go
v237.go
v238.go
v239.go
v240.go Implement actions (#21937) 2 years ago
v241.go Fix migration issue. (#22867) 2 years ago
v242.go Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
v243.go Migration v244.go should be v243.go (#22988) 2 years ago