mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
6 lines
90 B
PL/PgSQL
6 lines
90 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE `regions` ADD COLUMN `last_seen` integer NOT NULL DEFAULT 0;
|
|
|
|
COMMIT;
|