navidrome/server
Caio Cotts bf2bcb1279
Fix null values in DB (#2840)
* Fix album image_files being null.

* Fix small nitpick.

* Use ExecContext instead of Exec.

* Change more columns to not null and set default values.

* Remove columns that don't need to be changed from migration.

* Fix typo.

* Remove unnecessary select statements.

* Remove duplicate code.

* Do not apply changes to radio table.

* Do not apply changes full_text columns and respective indexes.

* Fix musicbrainz columns.

* Rename migration.

* Make ExternalInfoUpdatedAt nullable

* Make Share's timestamps nullable

---------

Co-authored-by: Deluan Quintão <deluan@navidrome.org>
2024-02-07 20:45:08 -05:00
..
backgrounds Better log message 2023-02-03 11:35:10 -05:00
events Add log.IsGreaterOrEqualTo, that take into consideration path-scoped log levels 2023-12-25 16:35:16 -05:00
nativeapi Replace all `utils.Param*` with `req.Params` 2023-12-21 17:41:09 -05:00
public Fix null values in DB (#2840) 2024-02-07 20:45:08 -05:00
subsonic Fix null values in DB (#2840) 2024-02-07 20:45:08 -05:00
auth.go Don't expose Last.fm API Key in the index.html 2024-01-29 21:42:27 -05:00
auth_test.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
initial_setup.go Make ffmpeg path configurable, also finds it automatically in current folder. Fixes #1932 2023-02-07 13:46:09 -05:00
initial_setup_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
middlewares.go Simplify default middlewares setup 2024-01-20 19:17:21 -05:00
middlewares_test.go Add more middleware tests 2023-03-26 21:28:36 -04:00
serve_index.go Don't expose Last.fm API Key in the index.html 2024-01-29 21:42:27 -05:00
serve_index_test.go Don't expose Last.fm API Key in the index.html 2024-01-29 21:42:27 -05:00
server.go Simplify default middlewares setup 2024-01-20 19:17:21 -05:00
server_suite_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00
server_test.go Make server unix socket file permission configurable via flag UnixSocketPerm (#2763) 2024-01-20 14:50:30 -05:00