team-3/src/c3nav/mapdata/migrations
2023-12-24 16:03:48 +01:00
..
0001_squashed_2018.py squash migrations 2018 2018-12-07 19:45:18 +01:00
0001_squashed_refactor_2017.py squash migrations 2018 2018-12-07 19:45:18 +01:00
0002_fix_broken_spaces.py fix space geometries broken by bug in editor 2018-12-10 23:42:01 +01:00
0002_locationredirect.py
0003_column_access_restriction.py columns can have an accessrestriction now 2018-12-12 19:37:24 +01:00
0003_space_outside.py shapely's cascaded_union was deprecated, replace with unary_union 2022-04-03 18:16:03 +02:00
0004_mapupdate_types.py manage map updates in control panel 2018-12-16 02:23:05 +01:00
0004_space_level_category_name.py
0005_auto_20170527_1556.py
0005_geometry_import_tag.py add import_tag field 2018-12-20 16:12:20 +01:00
0006_location_icon.py custom location icons 2018-12-21 03:07:07 +01:00
0006_remove_section_name.py
0007_assign_hole_space.py
0007_location_group_help_text.py LocationGroupCategory help text 2018-12-23 17:52:15 +01:00
0008_auto_20170608_1317.py
0008_validate_slug.py validate slug properly 2018-12-25 23:11:56 +01:00
0009_column.py
0010_on_top_of.py
0011_outside_only_outside.py
0012_rename_section_to_level.py fixed migrations to work around transaction limitations of SQLite 2018-10-31 21:34:06 +01:00
0013_auto_20170618_1934.py
0014_mapupdate.py
0015_auto_20170706_1334.py set color='' to color=None 2017-07-06 13:38:22 +02:00
0016_remove_source_image.py syntax error, oops 2023-11-11 12:07:42 +01:00
0017_point_to_poi.py fixed migrations to work around transaction limitations of SQLite 2018-10-31 21:34:06 +01:00
0018_auto_20170708_1752.py missing slug migration 2017-07-08 17:53:18 +02:00
0019_location_group_category.py squash migrations 2018 2018-12-07 19:45:18 +01:00
0020_auto_20170710_1848.py add single, allow_* and priority to LocationGroupCategory 2017-07-10 18:55:35 +02:00
0021_auto_20170710_1916.py add priority to LocationGroup and and default -priority ordering 2017-07-10 19:16:35 +02:00
0022_remove_space_category.py move Space.category into Location Groups 2017-07-11 17:32:17 +02:00
0023_auto_20170711_1741.py order LocationGroups by their category first 2017-07-11 17:41:16 +02:00
0024_remove_compiled_room_area.py remove compiled_room and compiled_area, create location group categories 2017-07-11 18:01:48 +02:00
0025_remove_area_stuffed.py color should be up to 32 characters, fix color migration 2017-09-16 14:19:01 +02:00
0026_remove_specificlocation_color.py move all background colors into location groups 2017-07-13 13:32:06 +02:00
0027_access_restriction.py remove property "public", add AccessRestriction model 2017-07-13 18:43:03 +02:00
0028_door_access_restriction.py access restrictions for doors 2017-07-13 23:49:00 +02:00
0029_auto_20170714_1519.py create initial graph models 2017-07-14 15:20:22 +02:00
0030_altitudes.py new altitude modeling 2017-08-05 11:56:29 +02:00
0031_auto_20170805_1647.py ordering → base_altitude 2017-08-05 16:49:10 +02:00
0032_remove_graphnode_space_transfer.py remove GraphNode.space_transfer 2017-08-06 16:52:08 +02:00
0033_auto_20170807_1423.py add missing migration 2017-08-07 14:23:36 +02:00
0034_auto_20170807_1523.py add space and obstacle heights 2017-08-07 15:29:52 +02:00
0035_auto_20170916_1216.py color should be up to 32 characters, fix color migration 2017-09-16 14:19:01 +02:00
0036_geometry_bounds.py add geometry bounds for easier querying 2017-10-10 13:26:46 +02:00
0037_level_geoms_cache.py improve rendering speed by caching LevelGeometry in database 2017-10-19 13:35:17 +02:00
0038_level_render_data.py cache LevelRenderData for each level completely (+ cropping) 2017-10-20 22:02:51 +02:00
0039_auto_20171024_2011.py missing unimportant migration 2017-10-24 22:13:14 +02:00
0040_access_permissions.py add AccessPermission modeling 2017-10-24 22:13:53 +02:00
0041_level_short_label.py add Level.short_label 2017-10-25 12:29:08 +02:00
0042_auto_20171031_1507.py make Level.short_label a SlugField 2017-10-31 16:07:42 +01:00
0043_auto_20171110_1451.py add missing migration 2017-11-10 15:52:24 +01:00
0044_mapupdate_processed.py process updates asynchronously 2017-11-10 16:32:58 +01:00
0045_level_door_height.py door heights 2017-11-14 21:33:55 +01:00
0046_remove_level_render_data.py save changed_geometries into file instead of pickling it into the db 2017-11-16 02:47:28 +01:00
0047_remove_mapupdate_changed_geometries.py save changed_geometries into file instead of pickling it into the db 2017-11-16 02:47:28 +01:00
0048_ramp.py add ramp model 2017-11-17 20:31:29 +01:00
0049_altitude_area_ramp.py create ramp altitude areas 2017-11-18 00:07:23 +01:00
0050_remove_geometry_bounds.py remove bounds from GeometryMixin 2017-11-22 22:15:33 +01:00
0051_auto_20171125_1241.py turn Source.name into a CharField to allow periods 2017-11-25 13:42:05 +01:00
0052_auto_20171125_1335.py height fields should not have negative values 2017-11-25 14:36:18 +01:00
0053_i18nfield.py add I18nField and replace the title JSONField with it 2017-11-30 00:43:39 +01:00
0054_title_plural.py LocationGroupCategory.title_plural 2017-11-30 16:51:28 +01:00
0055_grant_access_permissions.py manage access permissions 2017-12-08 21:31:53 +01:00
0056_accesspermissiontoken.py AccessPermissionToken 2017-12-10 03:16:07 +01:00
0057_waytype_fields.py add new fields to WayType 2017-12-11 15:34:07 +01:00
0058_wifimeasurement.py add WifiMeasurement model 2017-12-16 12:43:14 +01:00
0059_multiple_accesspermissions.py allow multiple access permissions per user and restriction 2017-12-17 21:53:55 +01:00
0060_access_permission_id.py fix migration… please 2017-12-18 15:15:16 +01:00
0061_space_based_route_descriptions.py add models for space-based route description 2017-12-18 15:31:28 +01:00
0062_typos.py add LeaveDescription and CrossDescription to Editor 2017-12-19 00:50:40 +01:00
0063_descriptions_unique_together.py add missing unique_together on graph descriptions 2017-12-19 01:59:54 +01:00
0064_access_permission_unique_key.py AccessPermission.unique_key 2017-12-19 12:19:31 +01:00
0065_access_restriction_group.py AccessRestrictionGroup 2017-12-20 20:54:58 +01:00
0066_area_slow_down_factor.py Area.slow_down_factor 2017-12-22 15:16:28 +01:00
0067_space_enter_description.py custom room enter description 2017-12-22 16:14:35 +01:00
0068_waytype_level_change_description.py level change description for waytypes 2017-12-23 02:19:27 +01:00
0069_mapupdate_geometries_changed.py skip stuff if processupdates is no geometries were affected 2017-12-23 02:38:18 +01:00
0070_auto_20180918_1736.py more fixes for the editor 2018-09-18 17:38:26 +02:00
0071_space_base_mapdata_accessible.py add base_mapdata_accessible field to space 2018-11-20 23:06:49 +01:00
0072_make_wifi_measurement_author_nullable.py optionally wifi measurements when the event data is purged 2019-11-27 20:39:31 +01:00
0073_locationgroup_hierarchy.py introducing group hierarchy 2019-12-21 18:09:59 +01:00
0074_show_labels.py show_label logic 2019-12-21 23:01:24 +01:00
0075_label_settings.py implement label settings 2019-12-22 00:38:54 +01:00
0076_obstacle_color.py colored obstacles – the future is (almost) here! 2019-12-22 19:28:55 +01:00
0077_obstacle_altitude.py obstacle altitude 2019-12-22 20:57:32 +01:00
0078_reports.py issue submission forms 2019-12-24 17:29:00 +01:00
0079_auto_20191224_1858.py show link to report dashboard if user has reported something 2019-12-24 19:03:22 +01:00
0080_auto_20191224_2203.py fix django warning 2019-12-24 22:04:10 +01:00
0081_auto_20191225_1015.py quick comment feature for reports and stuff 2019-12-25 10:16:40 +01:00
0082_dynamiclocation_position.py fix super old broken migration 2023-11-26 18:00:50 +01:00
0083_auto_20191227_1642.py set coordinates for position 2019-12-27 16:51:06 +01:00
0084_position_timeout.py implement position timeout 2019-12-27 18:31:54 +01:00
0085_locationgroupcategory_allow_dynamic_locations.py dynamic locations in editor 2019-12-27 18:42:08 +01:00
0086_django_4_0.py migrate to django's native JSONField 2022-04-03 19:40:12 +02:00
0087_rangingbeacon.py add RangingBeacon to mapdata 2023-11-10 18:59:37 +01:00
0088_remove_position_api_secret.py add position update API endpoint and remove old one, also some more api tweaks 2023-11-24 15:42:48 +01:00
0089_groundaltitude.py fix grounaltitude migration 2023-12-11 20:34:11 +01:00
0090_alter_report_author.py missing migration for report author 2023-12-19 19:48:18 +01:00
0091_area_main_point.py update migration for main_point to use blank=True 2023-12-20 23:33:36 +01:00
0092_accesspermission_by_group.py access permissions can now also be given by group 2023-12-19 19:48:31 +01:00
0093_public_accessrestriction.py access restrictions can be set to public to make them available to everyone (even not logged in users) 2023-12-20 23:56:32 +01:00
0094_hub_import_prepare.py add external_url and hub_import_type 2023-12-22 01:20:24 +01:00
0095_accesspermission_for_session.py manage unlimited tokens in control panel 2023-12-24 16:03:48 +01:00
__init__.py