Skip to content

Commit

Permalink
Revert "Schema addition for Chapter Reps"
Browse files Browse the repository at this point in the history
This reverts commit 110033d.
  • Loading branch information
vash3g committed Apr 27, 2021
1 parent 110033d commit 740f78a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ CREATE TABLE `chapters` (
`code` CHAR(4) DEFAULT NULL,
`contact` VARCHAR(255) DEFAULT NULL,
`rep_id` INT(11) DEFAULT NULL,
`rep_id2` INT(11) DEFAULT NULL,
`rep_id3` INT(11) DEFAULT NULL,
`url` VARCHAR(255) DEFAULT NULL,
`meeting_city` VARCHAR(255) DEFAULT NULL,
`contact_html` TEXT,
Expand Down Expand Up @@ -448,8 +446,6 @@ CREATE VIEW `members_view` AS
`c`.`meeting_text` AS `meeting_text`,
`c`.`url` AS `url`,
`c`.`rep_id` AS `rep_id`,
`c`.`rep_id2` AS `rep_id2`,
`c`.`rep_id3` AS `rep_id3`,
`p`.`Rating` AS `rating`,
`p`.`Sigma` AS `sigma`,
`p`.`Tot_Tournaments` AS `tournaments`,
Expand Down
3 changes: 0 additions & 3 deletions updates/20210431_add_chapter_columns.sql

This file was deleted.

0 comments on commit 740f78a

Please sign in to comment.