Skip to content

Commit 54a9849

Browse files
authored
Populate _analyze_tables_ table
Refs simonw/sqlite-utils#207
1 parent 0079903 commit 54a9849

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-demo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Python dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install sqlite-utils>=2.18
31+
pip install sqlite-utils>=3.1
3232
sqlite-utils --version
3333
pip install -e .
3434
pip install datasette
@@ -89,6 +89,8 @@ jobs:
8989
github-to-sqlite emojis github.db --fetch
9090
# Rebuild FTS tables
9191
sqlite-utils rebuild-fts github.db
92+
# Populate _analyze_tables_ table
93+
sqlite-utils analyze-tables github.db --save
9294
- uses: actions/upload-artifact@v2
9395
with:
9496
path: github.db

0 commit comments

Comments
 (0)