Merged PetitTeton webapp with the inventory tracking app; Moved the database configuration out of git and added an example configuration; Added migrations to the mix so that we can easily update the production database and roll back changes to the database (from the command line install migrations [may not be necessary?]:
npm install -g sequelize-cli To update the database after updating the app from git (on the command line in the webapp base directory): sequelize db:migrate To undo the last migrations: sequelize db:migrate:undo
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<p>Our farm-made fare is created in our commercial kitchen from produce we grow on our farm. We purchase only what we haven't yet figured out how to grow (sugar, flour, salt, etc.). Our labels note which ingredients come from our farm. We save seeds and dry herbs, peppers, tomatoes, tomatillos and fruit for spicing and flavoring.</p>
|
||||
<p>Production changes frequently based on the seasonal harvest, and every run is unique and small scale which means the availability changes regularly. The following PDF download is a current listing of what we offer along with prices.</p>
|
||||
</div>
|
||||
<div style="font-size: .7em; text-align: center; margin-bottom: 40px;"><a href="VAP_Availability_List_4-2016.pdf" download="Petit Teton Farm VAP Availability List.pdf"><img class="priceList" src="images/PriceList_v1.jpg"/><br/>Click to download the price list PDF.</a></div>
|
||||
<div style="font-size: .7em; text-align: center; margin-bottom: 40px;"><a href="VAP_Availability_List_5-2016.pdf" download="Petit Teton Farm VAP Availability List.pdf"><img class="priceList" src="images/PriceList_v1.jpg"/><br/>Click to download the price list PDF.</a></div>
|
||||
<!--
|
||||
<div class="columned" style="margin: 0 auto;">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user