OpenSimMirror/OpenSim/Data/SQLiteNG/Resources/003_RegionStore.sql

5 lines
76 B
PL/PgSQL

BEGIN;
ALTER TABLE primitems add flags integer not null default 0;
COMMIT;