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