Skip to content

Commit

Permalink
docs: add primary key patch reason
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros authored Jan 6, 2025
1 parent be9434a commit 9771f0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/modules/digitalocean/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ resource "digitalocean_database_db" "databases" {
name = each.value
}


# This change is needed because of a foreign key constraint issue in Django-wiki version
# that was used by open edX. openedx/edx-platform#30709
resource "null_resource" "no_primary_key_patch_database_cluster" {
triggers = {
cluster_id = digitalocean_database_cluster.database_cluster.id
Expand Down

0 comments on commit 9771f0d

Please sign in to comment.