[Koha-bugs] [Bug 1861] Unique patrons logins not (totally) enforced

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Sun Dec 27 20:50:00 CET 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=1861


David White <dswhite42 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|REMIND                      |




--- Comment #4 from David White <dswhite42 at yahoo.com>  2009-12-27 19:49:59 ---
The SQL code in <SRC>/installer/data/mysql/kohastructure.sql is unchanged, so
this bug remains unresolved.  I still think that changing 

  KEY `userid` (`userid`),

to

  UNIQUE KEY `userid` (`userid`)

in the "borrowers" table is the best solution.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list