diff --git a/schema/migrations/6_add_is_tech_lead.sql b/schema/migrations/6_add_is_tech_lead.sql new file mode 100644 index 0000000..acf0943 --- /dev/null +++ b/schema/migrations/6_add_is_tech_lead.sql @@ -0,0 +1,2 @@ +ALTER TABLE members +ADD is_tech_lead BOOLEAN DEFAULT false; diff --git a/schema/migrations/6_add_is_techlead.sql b/schema/migrations/6_add_is_techlead.sql deleted file mode 100644 index 92339a7..0000000 --- a/schema/migrations/6_add_is_techlead.sql +++ /dev/null @@ -1,2 +0,0 @@ -ALTER TABLE members -ADD is_techlead BOOLEAN DEFAULT false;