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