Skip to content

Commit

Permalink
Fix db upgrade bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jmicko committed Jan 4, 2024
1 parent bf3c2cd commit 0707119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/modules/database/products.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { devLog } from '../../../src/shared.js';
import { pool } from '../pool.js';

export const updateProductsTable = async () => {
Expand Down

0 comments on commit 0707119

Please sign in to comment.