Skip to content

Commit 43ce119

Browse files
authored
chore(db): Remove forward upgrade from release (openemr#11773)
NOTE: This targets rel-810, not master. - Remove 8.1.1 upgrade from 8.1.0 branch - Correct the patch in version.php
1 parent 278910e commit 43ce119

2 files changed

Lines changed: 2 additions & 116 deletions

File tree

sql/8_1_0-to-8_1_1_upgrade.sql

Lines changed: 0 additions & 114 deletions
This file was deleted.

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
$v_major = '8';
1919
$v_minor = '1';
20-
$v_patch = '1';
21-
$v_tag = '-dev'; // minor revision number, should be empty for production releases
20+
$v_patch = '0';
21+
$v_tag = ''; // minor revision number, should be empty for production releases
2222

2323
// A real patch identifier. This is incremented when we release a patch for a
2424
// production release. Note the above $v_patch variable is a misnomer and actually

0 commit comments

Comments
 (0)