mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 09:32:16 +00:00
5 lines
76 B
PL/PgSQL
5 lines
76 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE primitems add flags integer not null default 0;
|
|
|
|
COMMIT; |