Skip to content

Commit

Permalink
Bump schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman committed Feb 25, 2024
1 parent fa90475 commit e0bf03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/schema.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {Executor} from './pg.js';

const schemaVersion = 3;
const schemaVersion = 4;

export async function createDatabase(executor: Executor) {
console.log('creating database');
Expand Down

0 comments on commit e0bf03a

Please sign in to comment.