Previously, leaving `Album.collection` empty resp. setting it to null was allowed.
Since the collection setting was moved to the _Settings_ tab, it was to easy to forget to set the `Collection`.
Now `Album.collection` defaults to _Root_, which is also more convenient if only a single gallery for all photos is used.
Changes
- [x] Deleting the collection now deletes every associated `Album` (cascade)
- [x] _Root_ is set as default for `Album.collection`, removed null and blank
- [x] _Root_ is set as default for `CollectionChooserBlock` when a `GalleryBlock` is added