Skip to content
Snippets Groups Projects
Commit cdf42292 authored by Christian Pointner's avatar Christian Pointner
Browse files

another attempt

parent bf79c2e5
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ innodb_default_row_format = dynamic
* If for some reason none of the above is applicable as a last resort you can apply the patch below.
This limits the length for group names to 191 characters which is just short enough to not exceed the limit.
```patch
```patch
diff --git a/store/types.go b/store/types.go
index 8576c7b..df99125 100644
--- a/store/types.go
......@@ -74,4 +74,4 @@ index 8576c7b..df99125 100644
Group Group `json:"-" gorm:"association_foreignkey:Name"`
Entries []PlaylistEntry `json:"entries,omitempty"`
}
```
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment