misc: update only user table on user fields change (#48979)

This commit is contained in:
Lauréline Guérin 2020-12-04 16:33:29 +01:00
parent 016329a7e0
commit acefe0c493
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 0 additions and 3 deletions

View File

@ -240,9 +240,6 @@ class UserFieldsFormDef(FormDef):
if self.publisher.is_using_postgresql():
from wcs import sql
sql.do_user_table()
sql.do_tracking_code_table()
sql.do_session_table()
sql.do_meta_table()
class UsersDirectory(Directory):