006_GridStore.sql 90 B

12345
  1. BEGIN;
  2. ALTER TABLE `regions` ADD COLUMN `last_seen` integer NOT NULL DEFAULT 0;
  3. COMMIT;