youyesyet/resources/migrations/20180317170000-gender.down.sql
Simon Brooke f23e52a65b Squirrel-parse generated routes and queries are now working
Routes and queries auto-generated from migrations by [squirrel-parse](https://github.com/simon-brooke/squirrel-parse) are now actually working!
2018-03-17 18:41:52 +00:00

4 lines
62 B
SQL

alter table electors drop column gender;
drop table genders;