modmapper/migrations/20210729162802_add_unable_to_extract_plugins_to_files.sql

1 line
90 B
SQL

ALTER TABLE "files" ADD COLUMN "unable_to_extract_plugins" BOOLEAN NOT NULL DEFAULT false;