{ "camelcase": true, "eqeqeq": true, "immed": true, "latedef": false, "noarg": true, "nonbsp": true, "undef": true, "unused": true, "trailing": true, "maxparams": 5, "curly": true, "jquery": true, "maxlen": 120, "indent": 4, "browser": true, "laxbreak": true, "globals": { "console": true, "it": true, "xit": true, "expect": true, "describe": true, "beforeEach": true, "afterEach": true, "sinon": true, "fakeServer": true, "_": true, "OC": true, "OCA": true, "t": true, "n": true } } o' rowspan='2'>cgit logo index : gitea.git
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD: https://github.com/go-gitea/giteawww-data
summaryrefslogtreecommitdiffstats
path: root/models/migrations/v78.go
blob: e4274ca60576ba61e8b9fc0e9c52de4826e1c393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42