Summary: | Schema change for SocialData | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Database | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, kyle, martin.renvoize, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22096 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
19.05.00, 18.11.06
|
|
Circulation function: | |||
Attachments: | Bug 22782: DBIC update for SocialData |
Description
Nick Clemens (kidclamp)
2019-04-26 12:12:12 UTC
*** Bug 22096 has been marked as a duplicate of this bug. *** My bet would be a change in DBIx::Class::Schema::Loader, however I did not find it. social_data.isbn is a varchar and used as PK, so cannot be NULL, I guess that's why it has a default ''. Also note that "show create table" will display the NOT NULL constraint: `isbn` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL, It looks safe to commit, and better to fix the kohastructure.sql as well. Created attachment 89539 [details] [review] Bug 22782: DBIC update for SocialData Trivial, just leaving here for reference Awesome work all! Pushed to master for 19.05 Pushed to 18.11.x for 18.11.06 |