xref: /template/strap/db/combo/update0008.sql (revision 82a60d039cd81033dc8147c27f0a50716b7a5301)
1
2alter table PAGES add column BACKLINK_COUNT INTEGER;
3
4create index if not exists BACKLINK_COUNT ON PAGES (BACKLINK_COUNT);
5
6
7
8
9
10
11