Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Commit

Permalink
Fix incorrect migration
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Jun 18, 2018
1 parent 5992633 commit 43fa07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions schema/migrations/6_add_is_tech_lead.sql
@@ -0,0 +1,2 @@
ALTER TABLE members
ADD is_tech_lead BOOLEAN DEFAULT false;
2 changes: 0 additions & 2 deletions schema/migrations/6_add_is_techlead.sql

This file was deleted.

0 comments on commit 43fa07b

Please sign in to comment.