Add image_path column to playlists table
This commit is contained in:
@ -54,6 +54,7 @@ diesel::table! {
|
||||
updated_at -> Timestamp,
|
||||
owner_id -> Int4,
|
||||
name -> Text,
|
||||
image_path -> Nullable<Varchar>,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user