From: APTX Date: Sun, 26 May 2013 01:48:57 +0000 (+0200) Subject: Increase the size of the codec columns. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=1140528e53cf22b219a2d4c3d069fdbcdf8b4ab0;p=localmylist.git Increase the size of the codec columns. Codecs of all streams are concatenated and some files have a lot of streams. --- diff --git a/localmylist/share/schema/schema.sql b/localmylist/share/schema/schema.sql index 649338f..7910fb6 100644 --- a/localmylist/share/schema/schema.sql +++ b/localmylist/share/schema/schema.sql @@ -102,8 +102,8 @@ CREATE TABLE file ( source character varying(50), quality quality_enum NOT NULL, resolution character varying(50), - video_codec character varying(50), - audio_codec character varying(50), + video_codec character varying(500), + audio_codec character varying(500), audio_language character varying(500), subtitle_language character varying(500), aspect_ratio character varying(50),