get rid of legacy migration

This commit is contained in:
Rob Culliton 2018-05-03 09:17:49 -04:00
parent 63fd5c336c
commit 240e66cf24
No known key found for this signature in database
GPG Key ID: 6FDEF60B3DC84D94
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
ALTER TABLE "public"."issues" DROP COLUMN "execute_posted";

View File

@ -1 +0,0 @@
ALTER TABLE "public"."issues" ADD COLUMN "execute_posted" boolean;