Skip to content

Commit

Permalink
- increased db version
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Oct 15, 2023
1 parent 81eba48 commit db6e8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/assets/javascripts/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ var entities = (function () {
function getDB() {
var DB_NAME = "biocollect";
var db = new Dexie(DB_NAME);
db.version(3).stores({
db.version(4).stores({
taxon: `
++id,
projectActivityId,
Expand Down

0 comments on commit db6e8fd

Please sign in to comment.