| Summary: | description in api_keys table needs a DEFAULT value | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> | 
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> | 
| Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> | 
| Severity: | normal | ||
| Priority: | P5 - low | CC: | jonathan.druart | 
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: | Bug 21594 - description in api_keys table needs a DEFAULT value | ||
| 
 
        
          Description
        
        
          Nick Clemens (kidclamp)
        
        
        
        
          2018-10-18 10:25:02 UTC
        
       
    Created attachment 80801 [details] [review] Bug 21594 - description in api_keys table needs a DEFAULT value To test: 1 - You must have dev_install set in your koha-conf 2 - prove -v t/db_dependent/Koha/ApiKeys.t 3 - It fails 4 - prove -v t/db_dependent/Koha/Object.t 5 - It fails 6 - Apply patch 7 - Update database 8 - Re-run tests 9 - They pass? I have proposed a fix without a DB update on bug 21597 comment 11. We may want to add this change but I would prefer to fix it in .t files instead of adding a new DB update in a rush. Even if it sounds safe. Well, you forgot the kohastructure.sql change ;)  |