-add missing column
This commit is contained in:
parent
cfb4c201ff
commit
670c786924
install_minimal/upgrades/airtime-2.1.0/data
|
@ -35,6 +35,7 @@ CREATE TABLE cc_subjs_token (
|
|||
ALTER TABLE cc_files
|
||||
ADD COLUMN utime timestamp(6) without time zone,
|
||||
ADD COLUMN lptime timestamp(6) without time zone,
|
||||
ADD COLUMN soundcloud_upload_time timestamp(6) without time zone,
|
||||
ADD COLUMN file_exists boolean DEFAULT true,
|
||||
ALTER COLUMN bit_rate TYPE integer USING airtime_to_int(bit_rate) /* TYPE change - table: cc_files original: character varying(32) new: integer */,
|
||||
ALTER COLUMN sample_rate TYPE integer USING airtime_to_int(bit_rate) /* TYPE change - table: cc_files original: character varying(32) new: integer */,
|
||||
|
|
Loading…
Reference in New Issue