xref: /template/strap/db/combo/update0010.sql (revision 04fd306c7c155fa133ebb3669986875d65988276)
1
2alter table PAGES add column PAGE_ID TEXT;
3
4create unique index if not exists PAGES_UUID_INDEX ON PAGES (PAGE_ID);
5
6
7
8
9
10
11