Skip to content

Commit

Permalink
PRESIDECMS-2959 update _version_number to bigint data type
Browse files Browse the repository at this point in the history
  • Loading branch information
qianqianlim authored and DominicWatson committed Oct 24, 2024
1 parent 951da44 commit 7aba4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/services/presideObjects/VersioningService.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ component {
name = "_version_number"
, required = true
, type = "numeric"
, dbtype = "int"
, dbtype = "bigint"
, indexes = ""
, control = "none"
, maxLength = 0
Expand Down

0 comments on commit 7aba4c9

Please sign in to comment.