diff --git a/apps/api/database/migrations/20270101000067-create-completion-requirements.js b/apps/api/database/migrations/20270101000067-create-completion-requirements.js index 7fa91a7..050b9b1 100644 --- a/apps/api/database/migrations/20270101000067-create-completion-requirements.js +++ b/apps/api/database/migrations/20270101000067-create-completion-requirements.js @@ -13,7 +13,7 @@ module.exports = { entity_id BIGINT NOT NULL, type TEXT NOT NULL, min_percent INTEGER NULL, - button_label STRING NULL, + button_label TEXT NULL, is_required BOOLEAN NOT NULL DEFAULT true, "order" INTEGER NOT NULL DEFAULT 0, "createdBy" BIGINT NULL,