Skip to content

Commit

Permalink
1.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler committed Jun 27, 2019
1 parent daa96ca commit 9a406cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/sql/install.mysql.utf8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,7 @@ CREATE TABLE IF NOT EXISTS `#__sportsmanagement_sports_type` (
`modified_by` INT NULL ,
`sportsart` TINYINT(1) NOT NULL DEFAULT '0' ,
`published` TINYINT(1) NOT NULL DEFAULT '1' ,
`eventtime` TINYINT(1) NOT NULL DEFAULT '1' ,
PRIMARY KEY (`id`) ,
UNIQUE INDEX `name` (`name` ASC) )
ENGINE = MyISAM
Expand Down
4 changes: 4 additions & 0 deletions admin/sql/updates/mysql/1.0.74.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE `#__sportsmanagement_sports_type` ADD `eventtime` TINYINT(1) NOT NULL DEFAULT '1';

INSERT INTO `#__sportsmanagement_version_history` (`id`, `date`, `text`, `version`) VALUES
(NULL, '2019-06-27', 'COM_SPORTSMANAGEMENT_DB_UPDATE_2019-06-27', '1.0.74');

0 comments on commit 9a406cd

Please sign in to comment.