What happens to constant's value when moved from lower to higher environment?

Suppose I have a constant named ABC_CONSTANT in one environment of version 18.4 (dev), having a value 5 (number(integer))

Another constant with the similar name, similar value in another environment of version 19.1 (qa).

If I move from Dev to QA that is lower to higher environment , what will happen to the constant ABC_CONSTANT?

  Discussion posts and replies are publicly visible