adding a new enum sets historical data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamie
    Senior Member
    • Aug 2025
    • 298

    #1

    adding a new enum sets historical data

    when i create a new enum it will set all records to the default, every single one of them. it should just set it as null
  • victor
    Active Community Member
    • Aug 2022
    • 1185

    #2
    You just need to add an empty Option and make it Default (this is how it always worked).
    Attached Files

    Comment

    • jamie
      Senior Member
      • Aug 2025
      • 298

      #3
      Originally posted by victor
      You just need to add an empty Option and make it Default (this is how it always worked).
      ahh some undocumented hack, perhaps its time to update documentation or maybe don't automatically set historical data?

      Comment

      Working...