mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added type
to playlist schema
This commit is contained in:
parent
50fd9c7d38
commit
e1882fb1ef
@ -1,6 +1,7 @@
|
||||
export default {
|
||||
user_id: { type: String, required: true },
|
||||
created_at: { type: Date, default: Date.now, required: true },
|
||||
type: { type: String, default: "track", required: true },
|
||||
title: { type: String, required: true },
|
||||
description: { type: String },
|
||||
thumbnail: { type: String },
|
||||
|
Loading…
x
Reference in New Issue
Block a user