mirror of
https://github.com/opensim/opensim.git
synced 2026-07-23 00:17:17 +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;
|
|
|