Skip to content

Commit

Permalink
fix autoincrement.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Sep 20, 2024
1 parent 5df4294 commit b1c4cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/bpmain_bp_xprofile_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ALTER TABLE `bpmain_bp_xprofile_data`
-- AUTO_INCREMENT for table `bpmain_bp_xprofile_data`
--
ALTER TABLE `bpmain_bp_xprofile_data`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5996860;
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
Expand Down

0 comments on commit b1c4cd0

Please sign in to comment.