youyesyet/resources/migrations/20180317170000-gender.down.sql
Simon Brooke 604e7f485d Squirrel-parse generated routes and queries are now working
Routes and queries auto-generated from migrations by [squirrel-parse]() are now actually working!
2018-03-17 18:40:31 +00:00

4 lines
62 B
SQL

alter table electors drop column gender;
drop table genders;