Skip to content

Commit

Permalink
add script for generating migration
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Feb 23, 2021
1 parent 96362a4 commit 55cb5bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/generate-new-migration.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
set -e
rockhopper --config rockhopper_sqlite.yaml create --type sql $1
rockhopper --config rockhopper_mysql.yaml create --type sql $1

0 comments on commit 55cb5bc

Please sign in to comment.