owncloud-archive / maps

:globe_with_meridians: Maps app for ownCloud
GNU Affero General Public License v3.0
42 stars 20 forks source link

update mapzen key if it already exists #136

Open v1r0x opened 8 years ago

v1r0x commented 8 years ago

fix #134 @e-alfred and @GetMike could you please review?

for the record: This doesn't fix multiple entries in the table, but prevents to insert more than one entry per user. So you have to delete all keys from your user (DELETE FROM oc_maps_apikeys WHERE user_id='yourUserId';) by hand. Afterwards this error shouldn't occur.