Fixes of naming and code style
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
@@ -176,9 +176,6 @@ var migrations = []migration{
|
||||
alter table refresh_token
|
||||
add column token text not null default '';`,
|
||||
`
|
||||
alter table refresh_token
|
||||
add column obsolete_token text default '';`,
|
||||
`
|
||||
alter table refresh_token
|
||||
add column created_at timestamptz not null default '0001-01-01 00:00:00 UTC';`,
|
||||
`
|
||||
@@ -277,4 +274,11 @@ var migrations = []migration{
|
||||
add column code_challenge_method text not null default '';`,
|
||||
},
|
||||
},
|
||||
{
|
||||
stmts: []string{
|
||||
`
|
||||
alter table refresh_token
|
||||
add column obsolete_token text default '';`,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user