Kyoo/transcoder/migrations/000005_fingerprints.down.sql

9 lines
220 B
PL/PgSQL

begin;
alter table gocoder.chapters drop column match_accuracy;
alter table gocoder.chapters drop column first_appearance;
drop table gocoder.fingerprints;
alter table gocoder.info drop column ver_fingerprint;
commit;