summaryrefslogtreecommitdiff
path: root/migrations/2020-02-05-020613_raw_data_entry/down.sql
blob: 342a2d73e4430243a236ca4279c8f79ede1eeeda (plain)
1
2
3
4
5
alter table raw_data
  drop column if exists entry_type;

alter table raw_data
  drop column if exists entry_id;