Skip to content

Commit

Permalink
fix: cannot add new column with docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Nov 25, 2024
1 parent 39e9b37 commit 5c18748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ bench new-site insights.localhost \

bench --site insights.localhost install-app insights
bench --site insights.localhost set-config developer_mode 1
bench --site insights.localhost clear-cache
bench --site insights.localhost set-config mute_emails 1
bench --site insights.localhost set-config server_script_enabled 1
bench --site insights.localhost clear-cache
bench use insights.localhost

bench start

0 comments on commit 5c18748

Please sign in to comment.