Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
693c6586
Verified
Commit
693c6586
authored
Jul 01, 2021
by
Chocobozzz
Browse files
Fix missing delete cascade video -> channel
parent
c2082122
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
693c6586
...
...
@@ -42,7 +42,7 @@
*
:tada: Add RTL layout support
*
Add ability to use HTML, markdown and
[
custom HTML tags
](
https://docs.joinpeertube.org/api-custom-client-markup
)
in instance description
*
Default to dark theme (if available) if requested by the web browser
*
Add ability for admins to configure minimum signup page
[
#4010
](
https://github.com/Chocobozzz/PeerTube/pull/4010
)
*
Add ability for admins to configure minimum
age required in
signup page
[
#4010
](
https://github.com/Chocobozzz/PeerTube/pull/4010
)
*
Use a dedicated URL for each tab in publish page
*
Add ability to prefill contact form using query parameters in URL
[
#4161
](
https://github.com/Chocobozzz/PeerTube/pull/4161
)
*
Accessibility/UI:
...
...
server/models/video/video.ts
View file @
693c6586
...
...
@@ -572,7 +572,8 @@ export class VideoModel extends Model<Partial<AttributesOnly<VideoModel>>> {
foreignKey
:
{
allowNull
:
true
},
hooks
:
true
hooks
:
true
,
onDelete
:
'
cascade
'
})
VideoChannel
:
VideoChannelModel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment