mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Fix
This commit is contained in:
parent
b81f443722
commit
515d49aefe
@ -3,7 +3,7 @@
|
||||
exports.up = function (db, cb) {
|
||||
db.runSql(
|
||||
`
|
||||
ALTER TABLE users ADD COLUMN first_seen_at timestamp without time zone;
|
||||
ALTER TABLE users ADD COLUMN first_seen_at TIMESTAMP WITHOUT TIME ZONE;
|
||||
`,
|
||||
cb,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user