Skip to content

Commit

Permalink
Create db_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosbuenosvinos committed Jun 1, 2014
1 parent 8bf0542 commit 700ee82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions iddd_collaboration/src/main/mysql/db_setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
# -------------------------------------------
# IDDD collaboration views database setup
# -------------------------------------------

echo Creating IDDD Collaboration Event Store and Views database...
mysql -u root -p < collaboration.sql

echo Completed

0 comments on commit 700ee82

Please sign in to comment.