mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
7 lines
84 B
PL/PgSQL
7 lines
84 B
PL/PgSQL
begin;
|
|
|
|
ALTER TABLE prims ADD COLUMN Material tinyint NOT NULL default 3;
|
|
|
|
commit;
|
|
|