mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
CHANGES THE ASSET SERVER PROTOCOL and means you CAN NOT MIX PRIOR VERSIONS WITH LATER ONES. It may also eat your babies, yada, yada, yada. The usual cautions for migrations to the assets table apply. Coding: Can not guarantee nut free.
6 lines
87 B
PL/PgSQL
6 lines
87 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE assets ADD COLUMN asset_flags INTEGER NOT NULL DEFAULT 0;
|
|
|
|
COMMIT;
|