gitvote/database/migrations/schema/002_checked_at.sql

6 lines
132 B
SQL

alter table vote add column checked_at timestamptz;
---- create above / drop below ----
alter table vote drop column checked_at;