From e189b3056fff7223f6474bc26af559ef32891fa6 Mon Sep 17 00:00:00 2001 From: Melanie Date: Sun, 10 Jan 2010 02:13:55 +0000 Subject: Add last_seen field to regions table --- OpenSim/Data/MySQL/Resources/006_GridStore.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 OpenSim/Data/MySQL/Resources/006_GridStore.sql (limited to 'OpenSim/Data/MySQL/Resources/006_GridStore.sql') diff --git a/OpenSim/Data/MySQL/Resources/006_GridStore.sql b/OpenSim/Data/MySQL/Resources/006_GridStore.sql new file mode 100644 index 0000000..91322d6 --- /dev/null +++ b/OpenSim/Data/MySQL/Resources/006_GridStore.sql @@ -0,0 +1,5 @@ +BEGIN; + +ALTER TABLE `regions` ADD COLUMN `last_seen` integer NOT NULL DEFAULT 0; + +COMMIT; -- cgit v1.1