fix migrations bug
This commit is contained in:
parent
70366e139f
commit
f0994fd9a7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ exports.up = function (next) {
|
||||||
'path text NOT NULL, ' +
|
'path text NOT NULL, ' +
|
||||||
'method text NOT NULL, ' +
|
'method text NOT NULL, ' +
|
||||||
'body json NOT NULL, ' +
|
'body json NOT NULL, ' +
|
||||||
'created timestampz NOT NULL DEFAULT now(), ' +
|
'created timestamptz NOT NULL DEFAULT now(), ' +
|
||||||
'UNIQUE (device_fingerprint, session_id, path, method) ' +
|
'UNIQUE (device_fingerprint, session_id, path, method) ' +
|
||||||
')', next)
|
')', next)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue