Schema changes + introducing CSRF. You have to run python3 -m migrations.0_6to0_7 to continue using

This commit is contained in:
Yusur 2022-11-10 18:13:08 +01:00
parent e449e06b5d
commit 0b5286fb8a
3 changed files with 40 additions and 59 deletions

View file

@ -2,6 +2,11 @@
## 0.7
+ Schema changes:
+ Removed `PagePolicy` and `PagePolicyKey` tables altogether. They were never useful.
+ Added `calendar` field to `Page`.
+ Added `User` table.
+ Added `Flask-Login` and `Flask-WTF` dependencies in order to implement user logins.
+ Added `python-i18n` as a dependency. Therefore, i18n changed format, using JSON files now.
+ Like it or not, now gzip library is required.