Add added_date field to Song and SongData
Some checks failed
Some checks failed
This commit is contained in:
@ -96,6 +96,7 @@ diesel::table! {
|
||||
release_date -> Nullable<Date>,
|
||||
storage_path -> Varchar,
|
||||
image_path -> Nullable<Varchar>,
|
||||
added_date -> Date,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user