strawberry-audio-player-win.../data/schema
Roman Lebedev 0a4888f861 Database scheme: add EBU R 128 Integrated Loudness and Loudness Range columns
Nothing really ground-breaking, just add those two fields
to each table that already has `bitrate`/`samplerate`/`bitdepth` fields.

Those new fields do need to be able to represent an invalid state
which is their default state, thus they are non-`NOT NULL`.
In principle, the actual field type could be `INTEGER`
(i.e. fixed point w/ 2 fractional digits), but unless we really want to
save a few bytes, it doesn't seem worthwhile.

FIXME: i'm not sure if `device-schema` should be changed too.
2023-07-12 14:34:04 +02:00
..
device-schema.sql Rewrite album cover loader 2023-06-06 20:41:01 +02:00
schema-10.sql Remove tidal and qobuz 2020-02-25 01:08:03 +01:00
schema-11.sql Recreate indexes and views in upgrade schema 11 2020-04-13 16:32:31 +02:00
schema-12.sql Remove diacritics in FTS search 2020-08-05 23:31:52 +02:00
schema-13.sql Add smart playlists, ratings and Qobuz 2020-09-17 17:50:17 +02:00
schema-14.sql schema: Remove DEFAULT for TEXT 2022-07-10 01:56:39 +02:00
schema-15.sql schema: Remove DEFAULT for TEXT 2022-07-10 01:56:39 +02:00
schema-16.sql Add AcoustID 2023-03-24 22:48:22 +01:00
schema-17.sql Convert old embedded and unset art in the new schema 2023-06-29 20:21:50 +02:00
schema-18.sql Database scheme: add EBU R 128 Integrated Loudness and Loudness Range columns 2023-07-12 14:34:04 +02:00
schema.sql Database scheme: add EBU R 128 Integrated Loudness and Loudness Range columns 2023-07-12 14:34:04 +02:00