Skip to content

Commit

Permalink
fix: melt requests sql
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Sep 24, 2024
1 parent 2e80677 commit 649775e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ id TEXT PRIMARY KEY,
inputs TEXT NOT NULL,
outputs TEXT,
method TEXT NOT NULL,
unit TEXT NOT NULL,
unit TEXT NOT NULL
);

0 comments on commit 649775e

Please sign in to comment.