Skip to content

Commit

Permalink
feat: db for b/q amount in market, sync hasura
Browse files Browse the repository at this point in the history
  • Loading branch information
R-K-H committed Dec 4, 2024
1 parent caaa799 commit 2685275
Show file tree
Hide file tree
Showing 11 changed files with 4,416 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/database/drizzle/0014_lonely_wolfsbane.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "markets" ADD COLUMN "base_amount" numeric;--> statement-breakpoint
ALTER TABLE "markets" ADD COLUMN "quote_amount" numeric;
Loading

0 comments on commit 2685275

Please sign in to comment.