Skip to content

Commit

Permalink
Correction en installation - bis
Browse files Browse the repository at this point in the history
  • Loading branch information
Patriboom committed Feb 18, 2022
1 parent 85adee2 commit 9e5d98b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/application/config/tinyissue.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
return array(
'release_date' => '17-02-2022',
'release_date' => '18-02-2022',
'version' => '1.8',
'release' => '7bz'
'release' => '7ca'
);
3 changes: 2 additions & 1 deletion install/MySQL_DB_Schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ INSERT INTO projects_issues_tags (issue_id, tag_id, created_at, updated_at)
SELECT id as issue_id, IF(status = 1, 1, 2) as tag_id, NOW(), NOW()
FROM projects_issues
);
#--


#--#Database updates
INSERT INTO `update_history` (`id`, `Footprint`, `Description`, `DteRelease`, `DteInstall`) VALUES
Expand All @@ -368,7 +370,6 @@ INSERT INTO `update_history` (`id`, `Footprint`, `Description`, `DteRelease`, `D
(20,'Database update via admin','update_v1-8_7r.sql','2021-09-01',NULL),
(21,'Database update via admin','update_v1-8_7s.sql','2021-10-01',NULL),
(22,'Database update via admin','update_v1-8_7u.sql','2021-12-31',NULL);
#--


#----- Last line of this file .... Anything bellow this line will be lost. -----
Expand Down

0 comments on commit 9e5d98b

Please sign in to comment.