mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 01:11:58 +03:00
ref: Collapse image data into one column
This commit is contained in:
@@ -9,6 +9,7 @@ export default class extends Model {
|
||||
id: attr(),
|
||||
url: attr(),
|
||||
coverUrl: attr(),
|
||||
image: attr(),
|
||||
name: attr(),
|
||||
cardId: fk({
|
||||
to: 'Card',
|
||||
|
||||
Reference in New Issue
Block a user