We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0079903 commit 54a9849Copy full SHA for 54a9849
1 file changed
.github/workflows/deploy-demo.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Python dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- pip install sqlite-utils>=2.18
+ pip install sqlite-utils>=3.1
32
sqlite-utils --version
33
pip install -e .
34
pip install datasette
@@ -89,6 +89,8 @@ jobs:
89
github-to-sqlite emojis github.db --fetch
90
# Rebuild FTS tables
91
sqlite-utils rebuild-fts github.db
92
+ # Populate _analyze_tables_ table
93
+ sqlite-utils analyze-tables github.db --save
94
- uses: actions/upload-artifact@v2
95
with:
96
path: github.db
0 commit comments