Compare commits

..

7 Commits

2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
-- This file should undo anything in `up.sql`
alter table sessions
drop column last_seen;

View File

@ -1,3 +0,0 @@
-- Your SQL goes here
alter table sessions
add column last_seen bigint not null default 0;