xref: /template/strap/db/combo/update0005.sql (revision 977ce05d19d8dab0a70c9a27f8da0b7039299e82)
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