xref: /template/strap/db/combo/update0009.sql (revision 977ce05d19d8dab0a70c9a27f8da0b7039299e82)
1
2alter table PAGES add column IS_HOME TEXT;
3
4create index if not exists IS_HOME ON PAGES (IS_HOME);
5
6
7
8
9
10
11