Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1199 from square/chloeb/auto-increment-deleted-ac…
Browse files Browse the repository at this point in the history
…cessgrants

Add AUTO_INCREMENT to deleted_accessgrants.id
  • Loading branch information
chloe-loo committed Mar 7, 2023
2 parents 39e363c + 1d5c2a3 commit 5d72366
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -0,0 +1 @@
ALTER TABLE `deleted_accessgrants` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

0 comments on commit 5d72366

Please sign in to comment.