Skip to content

Commit

Permalink
Use correct migration number.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Aug 25, 2022
1 parent 60bb884 commit 6834ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/mongo/migrations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const admin = db.getSiblingDB("admin");
const roncli = db.getSiblingDB("roncli");

// Update this with the latest migration number.
const currentMigration = 1;
const currentMigration = 2;

// Check to see if the migration collection exists yet. If not, create it.
const found = roncli.getCollectionInfos({name: "migration"}).length;
Expand Down
2 changes: 1 addition & 1 deletion mariadb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Get MariaDB v10.7.
# Get MariaDB.
FROM mariadb:10.9.2

# Create /var/mariadb directory.
Expand Down

0 comments on commit 6834ca9

Please sign in to comment.