forked from GNUsocial/gnu-social
save title and description of bookmark
This commit is contained in:
@@ -66,7 +66,12 @@ class BookmarkPlugin extends Plugin
|
||||
'integer',
|
||||
null,
|
||||
true,
|
||||
'PRI')));
|
||||
'PRI'),
|
||||
new ColumnDef('title',
|
||||
'varchar',
|
||||
255),
|
||||
new ColumnDef('description',
|
||||
'text')));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user