ddon-server/Arrowgene.Ddon.Database/Files/Database/Script/migration_bbm_paid_reset.sql
Nirrudn 38c6efe5be Fix Migration Syntax for Postgres
Corrects two problems that cause migration errors on Postgres, as pointed out by SirArren.
2026-07-29 17:05:33 -04:00

1 line
91 B
SQL

ALTER TABLE "ddon_bbm_progress" ADD COLUMN "is_paid_reset" BOOLEAN NOT NULL DEFAULT FALSE;