Add record_quick_edit config to DB

This commit is contained in:
Khanh Ngo
2018-09-02 08:03:01 +07:00
parent 3481af149b
commit 615413ae90
3 changed files with 3 additions and 2 deletions

View File

@ -1796,7 +1796,7 @@ class Setting(db.Model):
'default_record_table_size': 15,
'default_domain_table_size': 10,
'auto_ptr': False,
'allow_quick_edit': True,
'record_quick_edit': True,
'pretty_ipv6_ptr': False,
'dnssec_admins_only': False,
'allow_user_create_domain': False,