mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 11:45:35 +08:00
Add last_seen field to regions table
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/006_GridStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/006_GridStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE `regions` ADD COLUMN `last_seen` integer NOT NULL DEFAULT 0;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user