mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +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;
|
|
|