Open mikekasprzak opened 7 years ago
Oh ha. I haven't documented how to update the database tables yet.
The simple way is to vagrant destroy then vagrant up after. But the faster way is this:
vagrant destroy
vagrant up
vagrant ssh cd www/src/shrub/tools sudo ./table-create
It'll prompt you, say yes.
Oh ha. I haven't documented how to update the database tables yet.
The simple way is to
vagrant destroy
thenvagrant up
after. But the faster way is this:It'll prompt you, say yes.