You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
- Added site config for homepage_snippet and search_enabled
12
12
13
13
*Upgrade notes*:
14
-
- Upgrading to 0.7.0 changes to how snapshots are stored and hence requires a snapshot data migration
14
+
- Upgrading to 0.7.0 changes how snapshots are stored. The snapshot data is moved from a postgres json field to an external file. The migration is a normal django data migration and runs in the django database migration process (./manage.py migrate). The snapshot data json field will be removed in a future a release.
15
15
- For local development symlinking the current nginx configuration is recommended (see README.md for details)
0 commit comments