This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add default for Action's IsPrivate
for-closed-social
Lunny Xiao
10 years ago
parent
03c2468c2f
commit
a3f807106a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/action.go
+ 1
- 1
models/action.go
View File
@ -40,7 +40,7 @@ type Action struct {
RepoId
int64
RepoName
string
RefName
string
IsPrivate
bool
`
xorm:"not null"
`
IsPrivate
bool
`
xorm:"not null
default false
"
`
Content
string
`
xorm:"TEXT"
`
Created
time
.
Time
`
xorm:"created"
`
}
Write
Preview
Loading…
Cancel
Save