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

another attempt to fix the formatting

parent 76e60045
No related branches found
No related tags found
No related merge requests found
...@@ -39,9 +39,9 @@ innodb_default_row_format = dynamic ...@@ -39,9 +39,9 @@ innodb_default_row_format = dynamic
* you may use the mySQL Community Packages from [Oracle](https://dev.mysql.com/doc/refman/5.7/en/linux-installation-debian.html) * you may use the mySQL Community Packages from [Oracle](https://dev.mysql.com/doc/refman/5.7/en/linux-installation-debian.html)
* [Percona Server](https://www.percona.com/software/mysql-database/percona-server) is drop-in replacement for mySQL * [Percona Server](https://www.percona.com/software/mysql-database/percona-server) is drop-in replacement for mySQL
* if for some reason none of the above is applicable as a last resort you can apply the patch below. * 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. 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 diff --git a/store/types.go b/store/types.go
index 8576c7b..df99125 100644 index 8576c7b..df99125 100644
--- a/store/types.go --- a/store/types.go
...@@ -73,4 +73,4 @@ index 8576c7b..df99125 100644 ...@@ -73,4 +73,4 @@ index 8576c7b..df99125 100644
Group Group `json:"-" gorm:"association_foreignkey:Name"` Group Group `json:"-" gorm:"association_foreignkey:Name"`
Entries []PlaylistEntry `json:"entries,omitempty"` 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