6 lines
83 B
PL/PgSQL
6 lines
83 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE device_port_properties ADD COLUMN "speed_admin" text;
|
|
|
|
COMMIT;
|