mirror of
git://opensimulator.org/git/opensim
synced 2026-08-17 02:22:40 +00: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;
|
|
|