Add last_seen field to regions table

This commit is contained in:
Melanie
2010-01-10 02:13:55 +00:00
parent 21de921b95
commit e189b3056f
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE `regions` ADD COLUMN `last_seen` integer NOT NULL DEFAULT 0;
COMMIT;