Skip to content

Commit

Permalink
Changed create instant power balance migration sql
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed May 7, 2023
1 parent e0a6e6e commit d528dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/1683189393828-CreateInstantBoostingTables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class CreateInstantBoostingTables1683189393828
`
CREATE TABLE IF NOT EXISTS public.instant_power_balance
(
id integer NOT NULL DEFAULT nextval('instant_power_balance_id_seq'::regclass),
id SERIAL NOT NULL,
"userId" integer NOT NULL,
balance double precision NOT NULL,
"chainUpdatedAt" integer NOT NULL,
Expand Down

0 comments on commit d528dfc

Please sign in to comment.