ALTER TABLE "changelog_entries" DROP COLUMN "stage"; ALTER TABLE "changelog_entries" ADD COLUMN "change_type" varchar(20) DEFAULT 'feature' NOT NULL;