mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 01:22:15 +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;
|
|
|