Skip to content

Commit

Permalink
Update screenshot, refs #49
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 29, 2024
1 parent df11fae commit 4064857
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file modified datasette-edit-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions update-screenshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Grab the database
wget https://datasette.io/content.db

# Delete the triggers on the licenses table
sqlite3 content.db "DROP TRIGGER IF EXISTS licenses_ai"
sqlite3 content.db "DROP TRIGGER IF EXISTS licenses_ad"
sqlite3 content.db "DROP TRIGGER IF EXISTS licenses_au"

# Setup the root plugin
mkdir shot-plugins
cat > shot-plugins/root.py <<EOL
Expand Down

0 comments on commit 4064857

Please sign in to comment.