0a4888f861
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. |
||
---|---|---|
.. | ||
device-schema.sql | ||
schema-10.sql | ||
schema-11.sql | ||
schema-12.sql | ||
schema-13.sql | ||
schema-14.sql | ||
schema-15.sql | ||
schema-16.sql | ||
schema-17.sql | ||
schema-18.sql | ||
schema.sql |