modmapper/migrations/20210729161345_add_has_plugin_to_files.sql

1 line
74 B
MySQL
Raw Normal View History

ALTER TABLE "files" ADD COLUMN "has_plugin" BOOLEAN NOT NULL DEFAULT true;