Skip to content

Commit

Permalink
Snake a camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
metaproph3t committed Sep 24, 2024
1 parent 741087a commit 810122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/database/lib/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ export const v0_4_swaps = pgTable(
{
signature: transaction("signature").notNull().primaryKey(),
slot: slot("slot").notNull(),
block_time: timestamp("block_time", { withTimezone: true }).notNull(),
blockTime: timestamp("block_time", { withTimezone: true }).notNull(),
swapType: pgEnum("swap_type", V04SwapType).notNull(),
ammAddr: pubkey("amm_addr").notNull(),
userAddr: pubkey("user_addr").notNull(),
Expand Down

0 comments on commit 810122e

Please sign in to comment.