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.
2 lines
77 B
SQL
2 lines
77 B
SQL
ALTER TABLE account
|
|
ADD COLUMN "locale" VARCHAR(10) DEFAULT 'en-US' NOT NULL
|