This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
add doc
tags/v1.21.12.1
yuyuanshifu
4 years ago
parent
b26191fc15
commit
f460c5cc6d
3 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
docs/开源社区平台与区块链平台对接方案.docx
+4
-0
models/issue.go
+2
-2
models/user.go
BIN
docs/开源社区平台与区块链平台对接方案.docx
View File
+ 4
- 0
models/issue.go
View File
@@ -66,6 +66,10 @@ type Issue struct {
// IsLocked limits commenting abilities to users on an issue
// with write access
IsLocked bool `xorm:"NOT NULL DEFAULT false"`
//block_chain
Amount int
IsTransformed bool `xorm:"INDEX NOT NULL DEFAULT false"`
}
var (
+ 2
- 2
models/user.go
View File
@@ -174,8 +174,8 @@ type User struct {
Token string `xorm:"VARCHAR(1024)"`
//BlockChain
PublicKey string `xorm`
PrivateKey string `xorm`
PublicKey string `xorm
:"INDEX"
`
PrivateKey string `xorm
:"INDEX"
`
}
// SearchOrganizationsOptions options to filter organizations
Write
Preview
Loading…
Cancel
Save