Modify create_db.py, add auto-ptr setting inserting

It will globally modify the auto-ptr function in system
This commit is contained in:
SIPOS, Peter 2016-11-21 13:43:55 +01:00
parent 2d61c56e7b
commit 791b7656ca

View file

@ -77,7 +77,8 @@ def init_records():
Setting('record_helper', 'True'),
Setting('login_ldap_first', 'True'),
Setting('default_record_table_size', '15'),
Setting('default_domain_table_size', '10')
Setting('default_domain_table_size', '10'),
Setting('auto_ptr','False')
])
db_commit = db.session.commit()