mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-25 10:30:00 -04:00
10 lines
252 B
PL/PgSQL
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;
|