mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-07 06:44:31 +02:00
6 lines
72 B
PL/PgSQL
6 lines
72 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE characters
|
|
ADD COLUMN savemercenary bytea;
|
|
|
|
END; |