Kyoo/transcoder/migrations/000005_fingerprints.down.sql
2026-04-16 00:31:05 +02:00

10 lines
252 B
PL/PgSQL

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