mirror of
https://github.com/sebastian-heinz/Arrowgene.DragonsDogmaOnline
synced 2026-08-03 11:12:41 -04:00
Corrects two problems that cause migration errors on Postgres, as pointed out by SirArren.
1 line
91 B
SQL
1 line
91 B
SQL
ALTER TABLE "ddon_bbm_progress" ADD COLUMN "is_paid_reset" BOOLEAN NOT NULL DEFAULT FALSE;
|