xref: /template/strap/db/combo/update0005.sql (revision 82a60d039cd81033dc8147c27f0a50716b7a5301)
1-- The id that needs a refresh
2create table ANALYTICS_TO_REFRESH (
3     ID          TEXT NOT NULL PRIMARY KEY, -- The page id
4     TIMESTAMP   TIMESTAMP NOT NULL, -- the timestamp
5     REASON      TEXT NOT NULL -- the reason
6);
7
8