Skip to content

Commit

Permalink
#19 Migration script sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
spuliaiev-sfdc committed Jul 11, 2018
1 parent 734594b commit 77c27dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/web/src/main/resources/database/v1.0.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Gallery mine Migration script
// @version 1.0
// @note "Initial script"
db.version.insert({
"name" : "Initial script",
"version" : 1.0
});

0 comments on commit 77c27dd

Please sign in to comment.