Compare commits
7 commits
330877c8c5
...
78420eed68
| Author | SHA1 | Date | |
|---|---|---|---|
| 78420eed68 | |||
| bd51c1c768 | |||
| 8a5e625e6f | |||
| da7befc5c4 | |||
| 3a5a6759ac | |||
| 54a723f803 | |||
| 78a274e01f |
2 changed files with 0 additions and 6 deletions
|
|
@ -1,3 +0,0 @@
|
|||
-- This file should undo anything in `up.sql`
|
||||
alter table sessions
|
||||
drop column last_seen;
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
-- Your SQL goes here
|
||||
alter table sessions
|
||||
add column last_seen bigint not null default 0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue