mirror of
https://github.com/opensim/opensim.git
synced 2026-05-17 20:25:34 +08:00
7 lines
87 B
PL/PgSQL
7 lines
87 B
PL/PgSQL
begin;
|
|
|
|
ALTER TABLE prims ADD COLUMN ClickAction tinyint NOT NULL default 0;
|
|
|
|
commit;
|
|
|