mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Fix org reset during restore
This commit is contained in:
parent
aa8b473018
commit
0d28b7ee79
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ func (r *restoreHandler) dmzOrg() (err error) {
|
||||||
c_title=:title,
|
c_title=:title,
|
||||||
c_serial=:serial,
|
c_serial=:serial,
|
||||||
c_sub=:subscription,
|
c_sub=:subscription,
|
||||||
c_locale=:locale,
|
c_locale=:locale
|
||||||
WHERE c_refid=:refid`, &org[0])
|
WHERE c_refid=:refid`, &org[0])
|
||||||
if err != nil {
|
if err != nil {
|
||||||
r.Context.Transaction.Rollback()
|
r.Context.Transaction.Rollback()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue