Why is there no unique constraint on the partnumber field of parts? To me it doesn't seem right; a part number should be a unique identifier for each part.
Easy fix, I just altered the parts table with a unique constraint, but this produces nasty looking errors if you try to create a duplicate part. -- View this message in context: http://www.nabble.com/Unique-constraint-on-part-numbers-tp17856631p17856631.html Sent from the Ledger SMB - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
