Add image_path column to playlists table
This commit is contained in:
@ -0,0 +1 @@
|
||||
ALTER TABLE playlists DROP COLUMN image_path;
|
@ -0,0 +1 @@
|
||||
ALTER TABLE playlists ADD COLUMN image_path VARCHAR;
|
@ -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