Skip to content

Commit

Permalink
adjust script
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Mar 14, 2024
1 parent d3a9613 commit 903167d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '18'
- name: Install dependencies
run: pnpm install
- name: Harvest
- name: Build Database
run: node ./build.js
env:
BUILD_NUMBER: ${{ github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion migrate.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE TABLE metadata (
version INTEGER NOT NULL;
version INTEGER NOT NULL
);

CREATE TABLE project_mapping (
Expand Down

0 comments on commit 903167d

Please sign in to comment.