This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

stigmergic / migrations / 0001_add_strata_column.sql
127 B 2 lines
1-- Add strata column to island_cache for storing pre-computed strata analysis 2ALTER TABLE island_cache ADD COLUMN strata TEXT;