Skip to content

Commit

Permalink
Merge pull request #1000 from GSA/readme
Browse files Browse the repository at this point in the history
remove outdated content
  • Loading branch information
FuhuXia committed Jul 26, 2023
2 parents 1667551 + 00a5770 commit cd17982
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,3 @@ You can log into your instance with you login.gov user.
Continuous Integration via [GitHub Actions](https://github.com/GSA/catalog.data.gov/actions/workflows/commit.yml).

Continuous Deployment via [GitHub Actions](https://github.com/GSA/catalog.data.gov/actions/workflows/publish.yml).

## Note on DB migration
In the CKAN database we have added an additional index on column `resource_id` in table `resource_view`. So on next major release before we upgrade DB by running command `ckan db upgrade`, we need to manually remove the index first to avoid any SQL error.
```
DROP INDEX idx_view_resource_id;
```

0 comments on commit cd17982

Please sign in to comment.