mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08: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; |