cloudstore-developers

Update README.md

5/13/2016 3:58:32 AM

Changes

README.md 2(+1 -1)

Details

README.md 2(+1 -1)

diff --git a/README.md b/README.md
index 8158ec1..b462a21 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ Database can be generated for both SQL and MongoDB databases or you can use exis
 1. In ```src/main/resources/hibernate.xml``` file make sure the following line is uncommented:
    
    ```
-   <prop key="hibernate.hbm2ddl.auto">update</prop>
+   <prop key="hibernate.hbm2ddl.auto">create-drop</prop>
    ```
    
 2. Make sure you have edited the configuration file for database ```src/main/resources/database/database.aws.hibernate.properties```. For more information see **Configuration** section.