kinisi / geoserver

MIT License
0 stars 0 forks source link

Make api_token - device_configuration an n:n relationshiop #9

Open aohren opened 10 years ago

aohren commented 10 years ago

Move relationship to a join table to facilitate n:n mapping between ApiToken and DeviceConfiguration objects. This will allow us to enable multiple tokens access to same device.

Also consider just one single top-level device table; configuration can be a string column within, since that's all we're using it as now anyway.

screen shot 2014-04-07 at 1 46 42 am