mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
remove unecessary models
This commit is contained in:
parent
92f26fd812
commit
69ffa93227
@ -1,25 +0,0 @@
|
||||
export default {
|
||||
name: "StreamingInfo",
|
||||
collection: "streamingInfos",
|
||||
schema: {
|
||||
user_id: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
default: "Untitled"
|
||||
},
|
||||
description: {
|
||||
type: String,
|
||||
default: "No description"
|
||||
},
|
||||
category: {
|
||||
type: String,
|
||||
default: "Other"
|
||||
},
|
||||
thumbnail: {
|
||||
type: String
|
||||
},
|
||||
}
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
export default {
|
||||
name: "StreamingKey",
|
||||
collection: "streamingKeys",
|
||||
schema: {
|
||||
username: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
user_id: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
key: {
|
||||
type: String,
|
||||
required: true,
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user