Skip to content

Commit

Permalink
Merge pull request #120 from xrobau/bugfix/update-version-on-new-install
Browse files Browse the repository at this point in the history
Bump the version in the initial install.
  • Loading branch information
go-faustino authored Apr 9, 2018
2 parents 1a540ab + 207e4da commit 38b207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/hrms.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3093,7 +3093,7 @@ CREATE TABLE `main_patches_version` (

/*Data for the table `main_patches_version` */

insert into `main_patches_version`(`id`,`version`,`createddate`,`modifieddate`,`isactive`) values (1,'3.1.1',NOW(),NOW(),1);
insert into `main_patches_version`(`id`,`version`,`createddate`,`modifieddate`,`isactive`) values (1,'3.2',NOW(),NOW(),1);

/*Table structure for table `main_payfrequency` */

Expand Down

0 comments on commit 38b207d

Please sign in to comment.