OpenSimMirror/OpenSim/Data/MySQL/Resources/004_AssetStore.sql

6 lines
50 B
PL/PgSQL

BEGIN;
ALTER TABLE assets drop InvType;
COMMIT;