Remove the longDescription field
It's not useful and takes up a lot of space.
This commit is contained in:
@ -142,7 +142,6 @@ create table Builds (
|
||||
drvPath text not null,
|
||||
system text not null,
|
||||
|
||||
longDescription text, -- meta.longDescription
|
||||
license text, -- meta.license
|
||||
homepage text, -- meta.homepage
|
||||
maintainers text, -- meta.maintainers (concatenated, comma-separated)
|
||||
|
Reference in New Issue
Block a user