appideasDOTcom / APPideasLights

Arduino and mobile app code for the APPideas Lights projects
18 stars 5 forks source link

Proper database schema #10

Open appideasDOTcom opened 5 years ago

appideasDOTcom commented 5 years ago

The database schema that is being used originated from a first test and was never updated to include auto incrementing keys. Surrogate keys are being effectively implemented in code, but this should be corrected before the schema grows. Ideally, this should be part of an early refactoring of the code if someone with React Native experience wants to pick that up