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
#1569
force InnoDB for MySQL
for-closed-social
Unknwon
9 years ago
parent
a7ee654646
commit
b1f0f85789
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/models.go
+ 1
- 1
models/models.go
View File
@ -156,7 +156,7 @@ func NewTestEngine(x *xorm.Engine) (err error) {
}
x
.
SetMapper
(
core
.
GonicMapper
{
}
)
return
x
.
Sync
(
tables
...
)
return
x
.
S
toreEngine
(
"InnoDB"
)
.
S
ync
2
(
tables
...
)
}
func
SetEngine
(
)
(
err
error
)
{
Write
Preview
Loading…
Cancel
Save