mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 01:22:15 +00:00
6 lines
50 B
PL/PgSQL
6 lines
50 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE assets drop InvType;
|
|
|
|
COMMIT;
|