mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
@@ -8,6 +8,9 @@ export default class extends BaseModel {
|
||||
|
||||
static fields = {
|
||||
id: attr(),
|
||||
createdAt: attr({
|
||||
getDefault: () => new Date(),
|
||||
}),
|
||||
projectId: fk({
|
||||
to: 'Project',
|
||||
as: 'project',
|
||||
|
||||
Reference in New Issue
Block a user