Ticket #977 (closed defect: fixed)
db_upgrade errors
Reported by: | dread | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | ckan-v1.3 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description
- db_upgrade (in ckan/model/init) makes call to validate_authorization_setup but forgets about rest of initialisation.
- it uses self.metadata.bind.url when it should be self.metadata.bind it seems (confused by sqlmigrate update?)
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in cset:8809fbefaf8c for 1.3 and merged to default.