youyesyet/resources/migrations/20180317175047-test-data.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
76 B
SQL

delete from addresses where id < = 4;
delete from electors where id <= 10;