OpenSlides/server/openslides/users/migrations
Finn Stutzenstein 8049bfa91e
Performance improvements for OS3+
- Cleans up log messages in the client
- Refactored the autoupdate bundle code into an own file
- Added bulk creates for History in Postgresql. This is the only database system
  that supports returning all ids whan multiple elements are inserted. We can
  make usage out of it.
- Added a `disable_history`, that is request-wide
- Disabled history on poll vote requests
- Removed unnecessary user ordering
- Reduced the queries for creating motion vote objects by one
- removed final_data: This was not prefetched. Using the normal data collection
  the data is prefetched
- removed unnecessary user query if vore delegation is not used
2021-01-21 12:53:51 +01:00
..
__init__.py Repository restructure 2020-08-21 08:11:13 +02:00
0001_initial.py Repository restructure 2020-08-21 08:11:13 +02:00
0002_user_misc_default_groups.py Repository restructure 2020-08-21 08:11:13 +02:00
0003_group.py Repository restructure 2020-08-21 08:11:13 +02:00
0004_personalnote.py Repository restructure 2020-08-21 08:11:13 +02:00
0005_personalnote_rework.py Repository restructure 2020-08-21 08:11:13 +02:00
0006_user_email.py Repository restructure 2020-08-21 08:11:13 +02:00
0007_superadmin.py Repository restructure 2020-08-21 08:11:13 +02:00
0008_user_gender.py Repository restructure 2020-08-21 08:11:13 +02:00
0009_auto_20190119_0941.py Repository restructure 2020-08-21 08:11:13 +02:00
0010_auto_20190119_1447.py Repository restructure 2020-08-21 08:11:13 +02:00
0011_postgresql_auth_group_id_sequence.py Repository restructure 2020-08-21 08:11:13 +02:00
0012_user_auth_type.py Repository restructure 2020-08-21 08:11:13 +02:00
0013_user_vote_weight.py Repository restructure 2020-08-21 08:11:13 +02:00
0014_user_rename_permission.py Repository restructure 2020-08-21 08:11:13 +02:00
0015_user_vote_delegated_to.py Add vote delegation on server side 2020-09-30 14:05:22 +02:00
0016_remove_user_ordering.py Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00