Skip to content

Commit

Permalink
Merge pull request #67 from xuzhu-591/main
Browse files Browse the repository at this point in the history
fix: db script
  • Loading branch information
kilosonc authored Jul 24, 2023
2 parents aefa5b3 + 1478c63 commit 9e853c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/horizon/files/db-init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ create table if not exists tb_token
user_id bigint unsigned default 0 not null,
name varchar(64) default '' not null,
created_by bigint unsigned default 0 not null,
ref_id bigint unsigned null comment 'id associated to the access token for refresh token',
ref_id bigint unsigned default 0 not null comment 'id associated to the access token for refresh token',
constraint idx_code
unique (code)
);
Expand Down

0 comments on commit 9e853c3

Please sign in to comment.